Merge pull request #2141 from TheBlueMatt/2023-03-fuck-rust
[rust-lightning] / lightning-block-sync / Cargo.toml
index 9d42968d866bc8edfe9cf27b87fc3afa7a8907b7..59f8c2356057c32cd7ec01bf251569e230b82d72 100644 (file)
@@ -20,7 +20,6 @@ rpc-client = [ "serde_json", "chunked_transfer" ]
 [dependencies]
 bitcoin = "0.29.0"
 lightning = { version = "0.0.114", path = "../lightning" }
-futures-util = { version = "0.3" }
 tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true }
 serde_json = { version = "1.0", optional = true }
 chunked_transfer = { version = "1.4", optional = true }