aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b5f6ba6..26b90e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,13 +10,13 @@ keywords = ["crypto", "pake", "authentication"]
categories = ["cryptography", "authentication"]
[dependencies]
-num = "*"
-generic-array = "*"
+num = "0.1"
+generic-array = "0.8"
rand = "0.3"
-digest = "*"
+digest = "0.6"
[dev-dependencies]
-sha2 = "*"
+sha2 = "0.6"
[badges]
travis-ci = { repository = "RustCrypto/SRP" }