aboutsummaryrefslogtreecommitdiff
path: root/srp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'srp/Cargo.toml')
-rw-r--r--srp/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index 1599447..5541039 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -13,13 +13,13 @@ categories = ["cryptography", "authentication"]
[dependencies]
num-bigint = "0.2"
generic-array = "0.12"
-digest = "0.8"
+digest = "0.9"
lazy_static = "1.2"
[dev-dependencies]
rand = "0.6"
-sha2 = "0.8"
-sha-1 = "0.8"
+sha2 = "0.9"
+sha-1 = "0.9"
[badges]
travis-ci = { repository = "RustCrypto/PAKEs" }