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 953d2b8..a0ed4f8 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -29,7 +29,7 @@ is-it-maintained-open-issues = { repository = "RustCrypto/PAKEs" } curve25519-dalek = "1" rand = "0.6" sha2 = "0.8" -hkdf = "0.7" +hkdf = "0.8" hex = "0.3" [dev-dependencies] |