Merge pull request #1012 from TheBlueMatt/2021-07-bump-deps
[rust-lightning] / lightning-net-tokio / Cargo.toml
index d855529fa9cb0aa1931a1011ccf7111aa4be6477..928eab7aa40ff87304c15b8b61896598303e0aad 100644 (file)
@@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 edition = "2018"
 
 [dependencies]
-bitcoin = "0.26"
+bitcoin = "0.27"
 lightning = { version = "0.0.99", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }