chore: delist unused deps with cargo-machete (#18259)

This commit is contained in:
Hai | RISE
2025-09-05 17:23:52 +07:00
committed by GitHub
parent f8b678cf17
commit 0cdd54838b
21 changed files with 0 additions and 87 deletions

View File

@@ -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