X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=bff665320040e6bfb1e03babf8fdc7ccd1800925;hb=770740dbcc581ab3ccbc3426d5c5ea10a4659317;hp=8290e28efe1b71be73e055e02b707092ea2fa69d;hpb=ef8680349f3890b4a412e3ba569aa369ba80b96b;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 8290e28e..bff66532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"