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

@ -19,7 +19,6 @@ reth-payload-builder.workspace = true
reth-auto-seal-consensus.workspace = true
reth-basic-payload-builder.workspace = true
reth-consensus.workspace = true
reth-rpc-types-compat.workspace = true
reth-node-api.workspace = true
reth-node-builder.workspace = true
reth-tracing.workspace = true
@ -29,10 +28,6 @@ reth-network.workspace = true
reth-evm.workspace = true
reth-revm = { workspace = true, features = ["std"] }
reth-beacon-consensus.workspace = true
reth-discv5.workspace = true
reth-rpc-eth-types.workspace = true
reth-rpc-eth-api.workspace = true
reth-rpc.workspace = true
# op-reth
reth-optimism-payload-builder.workspace = true
@ -51,21 +46,13 @@ alloy-primitives.workspace = true
op-alloy-rpc-types-engine.workspace = true
alloy-rpc-types-engine.workspace = true
# async
async-trait.workspace = true
reqwest = { workspace = true, features = ["rustls-tls-native-roots"] }
tracing.workspace = true
# misc
clap.workspace = true
serde.workspace = true
eyre.workspace = true
parking_lot.workspace = true
thiserror.workspace = true
# rpc
jsonrpsee.workspace = true
jsonrpsee-types.workspace = true
serde_json.workspace = true
[dev-dependencies]