Lock outbound channels at 0conf if the peer indicates support for it
[rust-lightning] / lightning-block-sync / Cargo.toml
index 673034081588e373b6590aff9a4db111987862af..1d6e7f40accd8410ac0c7c42bb78f56665da4b7c 100644 (file)
@@ -18,7 +18,7 @@ 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 }