mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore: rm unused dep (#988)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -4564,7 +4564,6 @@ dependencies = [
|
||||
name = "reth-staged-sync"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"confy",
|
||||
"eyre",
|
||||
"reth-db",
|
||||
"reth-discv4",
|
||||
|
||||
@@ -20,11 +20,10 @@ reth-net-nat = { path = "../../crates/net/nat" }
|
||||
|
||||
# io
|
||||
serde = "1.0"
|
||||
|
||||
#[dev-dependencies]
|
||||
confy = "0.5"
|
||||
walkdir = "2.3.2"
|
||||
serde_json = "1.0.91"
|
||||
|
||||
# misc
|
||||
walkdir = "2.3.2"
|
||||
eyre = "0.6.8"
|
||||
shellexpand = "3.0.0"
|
||||
tracing = "0.1.37"
|
||||
|
||||
Reference in New Issue
Block a user