aboutsummaryrefslogtreecommitdiff
path: root/spake2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'spake2/Cargo.toml')
-rw-r--r--spake2/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index ce27c5b..febbb6d 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -17,12 +17,12 @@ rust-version = "1.56"
[dependencies]
curve25519-dalek = "3"
rand_core = { version = "0.5", default-features = false, features = ["getrandom"] }
-sha2 = "0.9"
-hkdf = "0.11"
-hex = "0.4"
+sha2 = "0.10"
+hkdf = "0.12"
[dev-dependencies]
bencher = "0.1"
+hex = "0.4"
num-bigint = "0.4"
[[bench]]