mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused rpc_types_compat import from reth-bench (#14182)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user