From 5160604b77e65d0555fe6799c591ef13f59344fa Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 16 Oct 2018 15:25:36 -0700 Subject: [PATCH] spake2: update to latest deps (curve25519-dalek-0.21) --- spake2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.44.0