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

@ -9,12 +9,10 @@ repository.workspace = true
exclude.workspace = true
[dependencies]
reth-node-builder = { workspace = true, features = ["js-tracer"] }
reth-cli-util.workspace = true
reth-optimism-cli.workspace = true
reth-provider.workspace = true
reth-optimism-rpc.workspace = true
reth-optimism-node.workspace = true
reth-optimism-node = { workspace = true, features = ["js-tracer"] }
reth-optimism-chainspec.workspace = true
reth-optimism-consensus.workspace = true
reth-optimism-evm.workspace = true

View File

@ -19,7 +19,6 @@ reth-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-prune-types.workspace = true
reth-consensus.workspace = true
reth-consensus-common.workspace = true

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