From d571a311a596bacbab2d389981e3a7bcedaefa87 Mon Sep 17 00:00:00 2001 From: Daniel Xifra Date: Tue, 16 Dec 2025 17:33:02 -0300 Subject: [PATCH] removed dep --- Cargo.lock | 1 - crates/rbuilder-primitives/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb6bdd516..3ce277df2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9647,7 +9647,6 @@ dependencies = [ "ssz_types", "thiserror 1.0.69", "time", - "tracing", "tree_hash 0.8.0", "tree_hash_derive 0.8.0", "typenum", diff --git a/crates/rbuilder-primitives/Cargo.toml b/crates/rbuilder-primitives/Cargo.toml index 10e3b4ee4..4fe5c906d 100644 --- a/crates/rbuilder-primitives/Cargo.toml +++ b/crates/rbuilder-primitives/Cargo.toml @@ -44,7 +44,6 @@ uuid = { version = "1.6.1", features = ["serde", "v5", "v4"] } ahash.workspace = true reqwest = { workspace = true, features = ["blocking"] } serde_with = { workspace = true, features = ["time_0_3"] } -tracing.workspace = true time.workspace = true thiserror.workspace = true eyre.workspace = true