chore: rm unused dependencies from optimism crates (#14396)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
cakevm
2025-02-11 10:07:54 +01:00
committed by GitHub
parent ba8cec3550
commit 63bec101bf
5 changed files with 2 additions and 22 deletions

View File

@ -20,7 +20,6 @@ reth-primitives-traits.workspace = true
reth-payload-builder.workspace = true
reth-payload-util.workspace = true
reth-payload-validator.workspace = true
reth-basic-payload-builder.workspace = true
reth-consensus.workspace = true
reth-node-api.workspace = true
reth-node-builder.workspace = true
@ -32,7 +31,6 @@ reth-evm.workspace = true
reth-revm = { workspace = true, features = ["std"] }
reth-trie-db.workspace = true
reth-rpc-server-types.workspace = true
reth-rpc-types-compat.workspace = true
reth-rpc-eth-types.workspace = true
reth-tasks = { workspace = true, optional = true }
@ -54,17 +52,13 @@ alloy-eips.workspace = true
alloy-primitives.workspace = true
op-alloy-consensus.workspace = true
op-alloy-rpc-types-engine.workspace = true
op-alloy-flz.workspace = true
alloy-rpc-types-engine.workspace = true
alloy-rpc-types-eth.workspace = true
alloy-consensus.workspace = true
# misc
clap.workspace = true
derive_more.workspace = true
serde.workspace = true
eyre.workspace = true
parking_lot.workspace = true
# rpc
serde_json.workspace = true
@ -85,7 +79,6 @@ reth-tasks.workspace = true
alloy-primitives.workspace = true
op-alloy-consensus.workspace = true
alloy-signer-local.workspace = true
alloy-network.workspace = true
alloy-consensus.workspace = true
futures.workspace = true