diff options
Diffstat (limited to 'spake2/Cargo.toml')
-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" |