Update deps, including significant dep reduction in rust-bitcoin!
[rust-lightning] / Cargo.toml
index 8290e28efe1b71be73e055e02b707092ea2fa69d..bff665320040e6bfb1e03babf8fdc7ccd1800925 100644 (file)
@@ -14,8 +14,7 @@ Still super-early code-dump quality and is missing large chunks. See README in g
 non_bitcoin_chain_hash_routing = []
 
 [dependencies]
-bitcoin = "0.10.7"
+bitcoin = "0.11"
 rust-crypto = "0.2"
-rand = "0.3"
-secp256k1 = "0.8.1"
-num = "0.1"
+rand = "0.4"
+secp256k1 = "0.8"