Bump dependencies (#22)

This commit is contained in:
Romain Ruetschi
2017-02-16 00:19:04 +01:00
committed by GitHub
parent 4eea651414
commit 1e5626ef14
2 changed files with 15 additions and 15 deletions

View File

@ -11,7 +11,7 @@ build = "build.rs"
[dependencies]
rustc-serialize = "^0.3.18"
rand = "^0.3.14"
ring = "0.6.0-alpha"
merkle_sigs = { git = "https://github.com/SpinResearch/merkle_sigs.rs" }
ring = "^0.6.2"
merkle_sigs = { git = "https://github.com/SpinResearch/merkle_sigs.rs", tag = "1.1.0" }
protobuf = "^1.2.0"
[dependencies.protobuf]