X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=fdabe09c00858ca1c93c7412645aa622b248c284;hb=2958035067bc7cb01e1c6672f53daf8d0f1e8096;hp=52245f252e7161c44c18fcc1a562b463d30307ef;hpb=5c5ee649702f8bc3334c4b033500b9562db2ce65;p=PAKEs.git diff --git a/Cargo.toml b/Cargo.toml index 52245f2..fdabe09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.2" +version = "0.0.8" authors = ["Brian Warner "] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" @@ -16,15 +16,14 @@ exclude = [ travis-ci = { repository = "warner/spake2.rs" } [dependencies] -curve25519-dalek = "0.13" -rand = "0.3" -sha2 = "0.6" -hkdf = "0.2" -num-bigint = "0.1" +curve25519-dalek = "0.17" +rand = "0.5" +sha2 = "0.7" +hkdf = "0.5" +num-bigint = "0.2" hex = "0.3" [dev-dependencies] -hex = "0.3" bencher = "0.1" [[bench]]