]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/Cargo.toml
update SRP dependencies
[PAKEs.git] / srp / Cargo.toml
index 891631762940ed3a573e292167c6f6cf27dce078..ced32e752337fd9f71dd965ccd4489dc2ab5faeb 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "srp"
-version = "0.2.5"
+version = "0.3.0"
 authors = ["RustCrypto Developers"]
 license = "MIT OR Apache-2.0"
 description = "Secure Remote Password (SRP) protocol implementation"
@@ -10,15 +10,15 @@ keywords = ["crypto", "pake", "authentication"]
 categories = ["cryptography", "authentication"]
 
 [dependencies]
-num = "0.1"
-generic-array = "0.8"
-digest = "0.6"
+num = "0.2"
+generic-array = "0.12"
+digest = "0.8"
 lazy_static = "0.2"
 
 [dev-dependencies]
-rand = "0.3"
-sha2 = "0.6"
-sha-1 = "0.4"
+rand = "0.5"
+sha2 = "0.8"
+sha-1 = "0.8"
 
 [badges]
 travis-ci = { repository = "RustCrypto/PAKEs" }