From af9a78f2c7727c5a2731300f9f087484df38cfbe Mon Sep 17 00:00:00 2001 From: Mac L Date: Tue, 2 Nov 2021 17:35:44 +1100 Subject: [PATCH] Fix udeps --- Cargo.lock | 1 - lighthouse/environment/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 761eb994647..7bd0d5e5709 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1388,7 +1388,6 @@ dependencies = [ "eth2_config", "eth2_network_config", "exit-future", - "filesystem", "futures", "logging", "slog", diff --git a/lighthouse/environment/Cargo.toml b/lighthouse/environment/Cargo.toml index 595e719ae3f..d277f18c47e 100644 --- a/lighthouse/environment/Cargo.toml +++ b/lighthouse/environment/Cargo.toml @@ -18,7 +18,6 @@ slog-async = "2.5.0" futures = "0.3.7" slog-json = "2.3.0" exit-future = "0.2.0" -filesystem = {"path" = "../../common/filesystem"} [target.'cfg(not(target_family = "unix"))'.dependencies] ctrlc = { version = "3.1.6", features = ["termination"] }