Make field error of LightingError mandatory
[rust-lightning] / net-tokio / Cargo.toml
index 4bb4b1560db962672cd48717d93621dd71831d9c..6b8d42c4728468fe15e422b670e1e3ad1b4657f1 100644 (file)
@@ -9,10 +9,10 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 """
 
 [dependencies]
-bitcoin = "0.18"
-bitcoin_hashes = "0.3"
+bitcoin = "0.20"
+bitcoin_hashes = "0.7"
 lightning = { version = "0.0.9", path = "../" }
-secp256k1 = "0.12"
+secp256k1 = "0.15"
 tokio-codec = "0.1"
 futures = "0.1"
 tokio = "0.1"