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

@ -34,9 +34,7 @@ parking_lot = { workspace = true, optional = true }
reth-consensus = { workspace = true, features = ["test-utils"] }
parking_lot.workspace = true
rand.workspace = true
tokio = { workspace = true, features = ["full"] }
secp256k1 = { workspace = true, features = ["alloc", "recovery", "rand"] }
[features]
test-utils = ["reth-consensus/test-utils", "parking_lot"]