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