Lock outbound channels at 0conf if the peer indicates support for it
[rust-lightning] / lightning-block-sync / Cargo.toml
index 67edb09eee4ac43ac74f42bde6e6cf6439d55944..1d6e7f40accd8410ac0c7c42bb78f56665da4b7c 100644 (file)
@@ -18,8 +18,9 @@ rest-client = [ "serde", "serde_json", "chunked_transfer" ]
 rpc-client = [ "serde", "serde_json", "chunked_transfer" ]
 
 [dependencies]
-bitcoin = "0.27"
+bitcoin = "0.28.1"
 lightning = { version = "0.0.106", path = "../lightning" }
+futures = { 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 }