aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5344171..f2a286f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,10 +16,10 @@ exclude = [
travis-ci = { repository = "warner/spake2.rs" }
[dependencies]
-curve25519-dalek = "0.9"
+curve25519-dalek = "0.11"
rand = "0.3"
-#sha2 = "0.4.0"
-rust-crypto = "0.2"
+sha2 = "0.6"
+hkdf = "0.2"
num-bigint = "0.1"
hex = "0.2"