aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb3673d..6c9075a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ travis-ci = { repository = "warner/spake2.rs" }
[dependencies]
curve25519-dalek = "0.14"
-rand = "0.3"
+rand = "0.4"
sha2 = "0.7"
hkdf = "0.3"
num-bigint = "0.1"