mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused dependencies from optimism crates (#14396)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user