chore(deps): remove useless deps (#8453)

This commit is contained in:
jakevin
2024-05-29 17:34:52 +08:00
committed by GitHub
parent 97cb383543
commit e21a2578d5
16 changed files with 0 additions and 86 deletions

View File

@ -10,9 +10,7 @@ repository.workspace = true
[dependencies]
reth.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-node-ethereum.workspace = true
reth-tracing.workspace = true
reth-db.workspace = true
reth-rpc.workspace = true
@ -29,8 +27,6 @@ eyre.workspace = true
tokio.workspace = true
tokio-stream.workspace = true
serde_json.workspace = true
rand.workspace = true
secp256k1.workspace = true
alloy-signer.workspace = true
alloy-signer-wallet = { workspace = true, features = ["mnemonic"] }
alloy-rpc-types.workspace = true