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 469a98e..1c67654 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -26,7 +26,7 @@ is-it-maintained-open-issues = { repository = "RustCrypto/PAKEs" } [dependencies] curve25519-dalek = "0.21" -rand = "0.5" +rand = "0.6" sha2 = "0.8" hkdf = "0.7" num-bigint = "0.2" |