Adopting new bitcoin hash types and crate version
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 70bc36a18309f195819fe63b3de90833e233190f..bdcb911395d939e31229a24b9b9851feb939d82d 100644 (file)
@@ -10,7 +10,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 """
 
 [dependencies]
-bitcoin = "0.21"
+bitcoin = "0.23"
 lightning = { version = "0.0.11", path = "../lightning" }
 tokio = { version = ">=0.2.12", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }