Not needed now. We refer to std::futures.
[rust-lightning] / lightning-block-sync / Cargo.toml
index 2a8ff0c6a1807f91d07f71a64969343328812c81..0902cc3206905c5ed496a85eb4745a25d6db0264 100644 (file)
@@ -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" ] }