chore: rm unused rpc_types_compat import from reth-bench (#14182)

This commit is contained in:
Dan Cline
2025-02-03 18:41:36 -05:00
committed by GitHub
parent 9bda553017
commit 68e51af295
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -6542,7 +6542,6 @@ dependencies = [
"reth-node-core", "reth-node-core",
"reth-primitives", "reth-primitives",
"reth-primitives-traits", "reth-primitives-traits",
"reth-rpc-types-compat",
"reth-tracing", "reth-tracing",
"serde", "serde",
"thiserror 2.0.11", "thiserror 2.0.11",

View File

@ -18,7 +18,6 @@ reth-cli-runner.workspace = true
reth-cli-util.workspace = true reth-cli-util.workspace = true
reth-node-core.workspace = true reth-node-core.workspace = true
reth-node-api.workspace = true reth-node-api.workspace = true
reth-rpc-types-compat.workspace = true
reth-primitives = { workspace = true, features = ["alloy-compat"] } reth-primitives = { workspace = true, features = ["alloy-compat"] }
reth-primitives-traits.workspace = true reth-primitives-traits.workspace = true
reth-tracing.workspace = true reth-tracing.workspace = true