chore: remove unused deps (#5217)

This commit is contained in:
Matthias Seitz
2023-10-29 12:40:04 +01:00
committed by GitHub
parent 5f0e6912ad
commit 3eae861ae0
5 changed files with 2 additions and 16 deletions

View File

@ -13,7 +13,6 @@ reth-network = { path = "../net/network" }
reth-net-nat = { path = "../net/nat" }
reth-discv4 = { path = "../net/discv4" }
reth-downloaders = { path = "../net/downloaders" }
reth-stages = { path = "../../crates/stages" }
reth-primitives = { path = "../primitives" }
# io
@ -24,8 +23,8 @@ serde_json.workspace = true
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
# misc
confy.workspace = true
tempfile.workspace = true
[dev-dependencies]
confy.workspace = true
toml.workspace = true