chore: remove unused deps (#11898)

This commit is contained in:
Hai | RISE
2024-10-19 23:54:07 +07:00
committed by GitHub
parent f8969cbbc2
commit e2ecb6224d
27 changed files with 23 additions and 141 deletions

View File

@ -13,11 +13,8 @@ workspace = true
[dependencies]
reth.workspace = true
reth-chainspec.workspace = true
reth-engine-local.workspace = true
reth-primitives.workspace = true
reth-tracing.workspace = true
reth-db = { workspace = true, features = ["test-utils"] }
reth-rpc.workspace = true
reth-rpc-layer.workspace = true
reth-payload-builder = { workspace = true, features = ["test-utils"] }
reth-payload-primitives.workspace = true
@ -26,11 +23,8 @@ reth-node-builder = { workspace = true, features = ["test-utils"] }
reth-tokio-util.workspace = true
reth-stages-types.workspace = true
reth-network-peers.workspace = true
reth-node-ethereum.workspace = true
reth-rpc-types-compat.workspace = true
# rpc
jsonrpsee-types.workspace = true
jsonrpsee.workspace = true
# ethereum
@ -48,4 +42,4 @@ alloy-signer-local = { workspace = true, features = ["mnemonic"] }
alloy-rpc-types.workspace = true
alloy-network.workspace = true
alloy-consensus = { workspace = true, features = ["kzg"] }
tracing.workspace = true
tracing.workspace = true