From: Brian Warner Date: Tue, 16 Oct 2018 22:25:36 +0000 (-0700) Subject: spake2: update to latest deps (curve25519-dalek-0.21) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5160604b77e65d0555fe6799c591ef13f59344fa;p=PAKEs.git spake2: update to latest deps (curve25519-dalek-0.21) --- 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"