mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: delist unused deps with cargo-machete (#18259)
This commit is contained in:
@@ -16,7 +16,6 @@ reth-tracing.workspace = true
|
||||
reth-db = { workspace = true, features = ["test-utils"] }
|
||||
reth-network-api.workspace = true
|
||||
reth-network-p2p.workspace = true
|
||||
reth-rpc-layer.workspace = true
|
||||
reth-rpc-server-types.workspace = true
|
||||
reth-rpc-builder.workspace = true
|
||||
reth-rpc-eth-api.workspace = true
|
||||
@@ -38,11 +37,7 @@ reth-ethereum-primitives.workspace = true
|
||||
reth-cli-commands.workspace = true
|
||||
reth-config.workspace = true
|
||||
reth-consensus.workspace = true
|
||||
reth-evm.workspace = true
|
||||
reth-static-file.workspace = true
|
||||
reth-ethereum-consensus.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-db-common.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
|
||||
@@ -64,7 +59,6 @@ alloy-rpc-types-engine.workspace = true
|
||||
alloy-network.workspace = true
|
||||
alloy-consensus = { workspace = true, features = ["kzg"] }
|
||||
alloy-provider = { workspace = true, features = ["reqwest"] }
|
||||
alloy-genesis.workspace = true
|
||||
|
||||
futures-util.workspace = true
|
||||
eyre.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user