From 9f0696f93fce05c4b411ee43663d1633e4600ecf Mon Sep 17 00:00:00 2001 From: Mac L Date: Mon, 6 Apr 2026 06:54:41 +0400 Subject: [PATCH] Remove unused `exit-future` (#9095) Remove the `exit-future` crate as it is unused. Co-Authored-By: Mac L --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96d57e0210..db6853d44d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,6 @@ ethereum_serde_utils = "0.8.0" ethereum_ssz = { version = "0.10.0", features = ["context_deserialize"] } ethereum_ssz_derive = "0.10.0" execution_layer = { path = "beacon_node/execution_layer" } -exit-future = "0.2" filesystem = { path = "common/filesystem" } fixed_bytes = { path = "consensus/fixed_bytes" } fnv = "1"