aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-11-29 17:05:36 -0600
committerBrian Warner <warner@lothar.com>2017-11-29 17:05:36 -0600
commitb0d898fbd8713cefbd1e0e8bab92489d07379b86 (patch)
treea0cfee84d733969029a07ab7fdbf68914dbbb38d
parent5c5ee649702f8bc3334c4b033500b9562db2ce65 (diff)
downloadPAKEs-b0d898fbd8713cefbd1e0e8bab92489d07379b86.tar.xz
update to hkdf-0.3 and sha2-0.7 (new Digest API)
-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"