aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-10-16 15:25:36 -0700
committerBrian Warner <warner@lothar.com>2018-10-16 15:25:36 -0700
commit5160604b77e65d0555fe6799c591ef13f59344fa (patch)
tree8ff6a426b69c1104ae05f07d80a52c72e8b1d433
parentd85aec37a24e0deda517a2d05c946df089e55080 (diff)
downloadPAKEs-5160604b77e65d0555fe6799c591ef13f59344fa.tar.xz
spake2: update to latest deps (curve25519-dalek-0.21)
-rw-r--r--spake2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 42ffa89..e3ccf75 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -24,7 +24,7 @@ is-it-maintained-issue-resolution = { repository = "RustCrypto/PAKEs" }
is-it-maintained-open-issues = { repository = "RustCrypto/PAKEs" }
[dependencies]
-curve25519-dalek = "0.19"
+curve25519-dalek = "0.21"
rand = "0.5"
sha2 = "0.7"
hkdf = "0.6"