Add `futures` CI check
[rust-lightning] / lightning-block-sync / Cargo.toml
index d213e36dd72e6dba2e16e2e8509d76cac12d7f3c..afd2a7c300ee6388fa9c6a2b7263e34aeebc0aa3 100644 (file)
@@ -20,7 +20,7 @@ rpc-client = [ "serde", "serde_json", "chunked_transfer" ]
 [dependencies]
 bitcoin = "0.29.0"
 lightning = { version = "0.0.111", path = "../lightning" }
-futures = { version = "0.3" }
+futures-util = { version = "0.3" }
 tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true }
 serde = { version = "1.0", features = ["derive"], optional = true }
 serde_json = { version = "1.0", optional = true }