mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove unused deps (#5217)
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user