diff --git a/Cargo.lock b/Cargo.lock index 6082ff51d..a6fa1dabb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6542,7 +6542,6 @@ dependencies = [ "reth-node-core", "reth-primitives", "reth-primitives-traits", - "reth-rpc-types-compat", "reth-tracing", "serde", "thiserror 2.0.11", diff --git a/bin/reth-bench/Cargo.toml b/bin/reth-bench/Cargo.toml index 940c61bc8..097a2541a 100644 --- a/bin/reth-bench/Cargo.toml +++ b/bin/reth-bench/Cargo.toml @@ -18,7 +18,6 @@ reth-cli-runner.workspace = true reth-cli-util.workspace = true reth-node-core.workspace = true reth-node-api.workspace = true -reth-rpc-types-compat.workspace = true reth-primitives = { workspace = true, features = ["alloy-compat"] } reth-primitives-traits.workspace = true reth-tracing.workspace = true