chore: rm unused dep (#988)

This commit is contained in:
Bjerg
2023-01-23 16:13:55 +01:00
committed by GitHub
parent 5a11b58ad2
commit 800c4e0e7b
2 changed files with 3 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -4564,7 +4564,6 @@ dependencies = [
name = "reth-staged-sync"
version = "0.1.0"
dependencies = [
"confy",
"eyre",
"reth-db",
"reth-discv4",

View File

@@ -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"