From 62e311ce7f47f5466d0f41eb52b58c639eb389fd Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Thu, 3 Aug 2017 18:03:46 +0200 Subject: [PATCH] Bump merkle_sigs to 1.2.1 --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de7b012..9998766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ name = "rusty_secrets" version = "0.0.3" 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)", "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)", @@ -53,8 +53,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lamport_sigs" -version = "0.2.1-pre" -source = "git+https://github.com/SpinResearch/lamport.rs.git#30bedd90dfd2234c82efea7014706d6225135808" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "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)", @@ -89,8 +89,8 @@ dependencies = [ [[package]] name = "merkle" -version = "1.2.1-pre" -source = "git+https://github.com/SpinResearch/merkle.rs.git#5ade413faf3293955c060922f8e6223d7e09c86d" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "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)", @@ -98,11 +98,11 @@ dependencies = [ [[package]] name = "merkle_sigs" -version = "1.1.0" -source = "git+https://github.com/SpinResearch/merkle_sigs.rs#252e937ac8571c86023a8a1e28be76312d4ffe57" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lamport_sigs 0.2.1-pre (git+https://github.com/SpinResearch/lamport.rs.git)", - "merkle 1.2.1-pre (git+https://github.com/SpinResearch/merkle.rs.git)", + "lamport_sigs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", ] @@ -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 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 lamport_sigs 0.2.1-pre (git+https://github.com/SpinResearch/lamport.rs.git)" = "" +"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 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-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)" = "" -"checksum merkle_sigs 1.1.0 (git+https://github.com/SpinResearch/merkle_sigs.rs)" = "" +"checksum merkle 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "204bbb6953e7cc6c2cec3f63e108f0d61311a3dab33d33582b1f6f4d4ae6f992" +"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 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" diff --git a/Cargo.toml b/Cargo.toml index e8e3228..8c5bb20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ build = "build.rs" rustc-serialize = "^0.3.18" rand = "^0.3.14" ring = "^0.11.0" -merkle_sigs = { git = "https://github.com/SpinResearch/merkle_sigs.rs" } +merkle_sigs = "^1.2.1" protobuf = "^1.2.0"