From 800c4e0e7b40bc36ff193988eb27ce0a1ea3bc5b Mon Sep 17 00:00:00 2001 From: Bjerg Date: Mon, 23 Jan 2023 16:13:55 +0100 Subject: [PATCH] chore: rm unused dep (#988) --- Cargo.lock | 1 - crates/staged-sync/Cargo.toml | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea7226d3ef..2aedfabc4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4564,7 +4564,6 @@ dependencies = [ name = "reth-staged-sync" version = "0.1.0" dependencies = [ - "confy", "eyre", "reth-db", "reth-discv4", diff --git a/crates/staged-sync/Cargo.toml b/crates/staged-sync/Cargo.toml index 6339571c35..872197c861 100644 --- a/crates/staged-sync/Cargo.toml +++ b/crates/staged-sync/Cargo.toml @@ -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"