From b74ab25b61c3df2455cbbe52980704c839292bdd Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Sat, 11 Sep 2021 20:11:10 +0100 Subject: [PATCH] Not needed now. We refer to std::futures. --- lightning-block-sync/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lightning-block-sync/Cargo.toml b/lightning-block-sync/Cargo.toml index 2a8ff0c6..0902cc32 100644 --- a/lightning-block-sync/Cargo.toml +++ b/lightning-block-sync/Cargo.toml @@ -20,7 +20,6 @@ tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = t serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } chunked_transfer = { version = "1.4", optional = true } -futures = { version = "0.3" } [dev-dependencies] tokio = { version = "1.0", features = [ "macros", "rt" ] } -- 2.30.2