]> git.lizzy.rs Git - PAKEs.git/blobdiff - spake2/Cargo.toml
deps: update to rand-0.6
[PAKEs.git] / spake2 / Cargo.toml
index 46b62e9a5ac13b5e30c072a203405e9ea8da8411..1c6765497087299d9762a94b32c122ec16a219fc 100644 (file)
@@ -1,12 +1,12 @@
 [package]
 name = "spake2"
-version = "0.1.1"
+version = "0.1.2-alpha.0"
 authors = ["Brian Warner <warner@lothar.com>"]
 description = "The SPAKE2 password-authenticated key-exchange algorithm."
 documentation = "https://docs.rs/spake2"
 homepage = "https://github.com/RustCrypto/PAKEs"
 repository = "https://github.com/RustCrypto/PAKEs"
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
 keywords = ["crypto", "pake", "authentication"]
 categories = ["cryptography", "authentication"]
 exclude = [
@@ -26,9 +26,9 @@ is-it-maintained-open-issues = { repository = "RustCrypto/PAKEs" }
 
 [dependencies]
 curve25519-dalek = "0.21"
-rand = "0.5"
-sha2 = "0.7"
-hkdf = "0.6"
+rand = "0.6"
+sha2 = "0.8"
+hkdf = "0.7"
 num-bigint = "0.2"
 hex = "0.3"