Bump merkle_sigs to 1.2.1

This commit is contained in:
Romain Ruetschi
2017-08-03 18:03:46 +02:00
committed by Romain Ruetschi
parent 2d39c5950b
commit 62e311ce7f
2 changed files with 13 additions and 13 deletions

24
Cargo.lock generated
View File

@ -2,7 +2,7 @@
name = "rusty_secrets" name = "rusty_secrets"
version = "0.0.3" version = "0.0.3"
dependencies = [ dependencies = [
"merkle_sigs 1.1.0 (git+https://github.com/SpinResearch/merkle_sigs.rs)", "merkle_sigs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -53,8 +53,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "lamport_sigs" name = "lamport_sigs"
version = "0.2.1-pre" version = "0.3.0"
source = "git+https://github.com/SpinResearch/lamport.rs.git#30bedd90dfd2234c82efea7014706d6225135808" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -89,8 +89,8 @@ dependencies = [
[[package]] [[package]]
name = "merkle" name = "merkle"
version = "1.2.1-pre" version = "1.3.0"
source = "git+https://github.com/SpinResearch/merkle.rs.git#5ade413faf3293955c060922f8e6223d7e09c86d" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -98,11 +98,11 @@ dependencies = [
[[package]] [[package]]
name = "merkle_sigs" name = "merkle_sigs"
version = "1.1.0" version = "1.2.1"
source = "git+https://github.com/SpinResearch/merkle_sigs.rs#252e937ac8571c86023a8a1e28be76312d4ffe57" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"lamport_sigs 0.2.1-pre (git+https://github.com/SpinResearch/lamport.rs.git)", "lamport_sigs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"merkle 1.2.1-pre (git+https://github.com/SpinResearch/merkle.rs.git)", "merkle 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -184,13 +184,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a" "checksum either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a"
"checksum futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4b63a4792d4f8f686defe3b39b92127fea6344de5d38202b2ee5a11bbbf29d6a" "checksum futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4b63a4792d4f8f686defe3b39b92127fea6344de5d38202b2ee5a11bbbf29d6a"
"checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a" "checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a"
"checksum lamport_sigs 0.2.1-pre (git+https://github.com/SpinResearch/lamport.rs.git)" = "<none>" "checksum lamport_sigs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2169eee511fb4b2af1d9581f74d9503b5a86e4dbfa52ca1f5ee0d1193bf1d913"
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" "checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
"checksum libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "8a014d9226c2cc402676fbe9ea2e15dd5222cd1dd57f576b5b283178c944a264" "checksum libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "8a014d9226c2cc402676fbe9ea2e15dd5222cd1dd57f576b5b283178c944a264"
"checksum magenta 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf0336886480e671965f794bc9b6fce88503563013d1bfb7a502c81fe3ac527" "checksum magenta 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf0336886480e671965f794bc9b6fce88503563013d1bfb7a502c81fe3ac527"
"checksum magenta-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40d014c7011ac470ae28e2f76a02bfea4a8480f73e701353b49ad7a8d75f4699" "checksum magenta-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40d014c7011ac470ae28e2f76a02bfea4a8480f73e701353b49ad7a8d75f4699"
"checksum merkle 1.2.1-pre (git+https://github.com/SpinResearch/merkle.rs.git)" = "<none>" "checksum merkle 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "204bbb6953e7cc6c2cec3f63e108f0d61311a3dab33d33582b1f6f4d4ae6f992"
"checksum merkle_sigs 1.1.0 (git+https://github.com/SpinResearch/merkle_sigs.rs)" = "<none>" "checksum merkle_sigs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b446a57d9a060a9db764b6c6bd44bf79e46c512733ed9b6c23206e74394d3255"
"checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584" "checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584"
"checksum protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "568a15e4d572d9a5e63ae3a55f84328c984842887db179b40b4cc6a608bac6a4" "checksum protobuf 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "568a15e4d572d9a5e63ae3a55f84328c984842887db179b40b4cc6a608bac6a4"
"checksum rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "eb250fd207a4729c976794d03db689c9be1d634ab5a1c9da9492a13d8fecbcdf" "checksum rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "eb250fd207a4729c976794d03db689c9be1d634ab5a1c9da9492a13d8fecbcdf"

View File

@ -12,6 +12,6 @@ build = "build.rs"
rustc-serialize = "^0.3.18" rustc-serialize = "^0.3.18"
rand = "^0.3.14" rand = "^0.3.14"
ring = "^0.11.0" ring = "^0.11.0"
merkle_sigs = { git = "https://github.com/SpinResearch/merkle_sigs.rs" } merkle_sigs = "^1.2.1"
protobuf = "^1.2.0" protobuf = "^1.2.0"