aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 52245f2..cd4edd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,8 +18,8 @@ travis-ci = { repository = "warner/spake2.rs" }
[dependencies]
curve25519-dalek = "0.13"
rand = "0.3"
-sha2 = "0.6"
-hkdf = "0.2"
+sha2 = "0.7"
+hkdf = "0.3"
num-bigint = "0.1"
hex = "0.3"