Bump bitcoin dep to 0.21
[rust-lightning] / lightning-net-tokio / Cargo.toml
index f6fa03bdf24be15ec3082215c64c21da0fdb307b..3502410ad1e767f44190b3117efc4963222f6fde 100644 (file)
@@ -9,7 +9,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 """
 
 [dependencies]
-bitcoin = "0.20"
+bitcoin = "0.21"
 bitcoin_hashes = "0.7"
 lightning = { version = "0.0.9", path = "../lightning" }
 secp256k1 = "0.15"