diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 15:25:36 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 15:25:36 -0700 |
commit | 5160604b77e65d0555fe6799c591ef13f59344fa (patch) | |
tree | 8ff6a426b69c1104ae05f07d80a52c72e8b1d433 | |
parent | d85aec37a24e0deda517a2d05c946df089e55080 (diff) | |
download | PAKEs-5160604b77e65d0555fe6799c591ef13f59344fa.tar.xz |
spake2: update to latest deps (curve25519-dalek-0.21)
-rw-r--r-- | spake2/Cargo.toml | 2 |
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" |