]> git.bitcoin.ninja Git - rust-lightning/blobdiff - net-tokio/Cargo.toml
Make field error of LightingError mandatory
[rust-lightning] / net-tokio / Cargo.toml
index a6fc047ad2180982b6633fa61501c0bc3e695db4..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"
-lightning = { version = "0.0.8", path = "../" }
-secp256k1 = "0.12"
+bitcoin = "0.20"
+bitcoin_hashes = "0.7"
+lightning = { version = "0.0.9", path = "../" }
+secp256k1 = "0.15"
 tokio-codec = "0.1"
 futures = "0.1"
 tokio = "0.1"