]> git.lizzy.rs Git - PAKEs.git/blobdiff - Cargo.toml
(cargo-release) start next development iteration 0.0.6-alpha.0
[PAKEs.git] / Cargo.toml
index a4a1a962ce679ee027d6e25ad0aaead14a617941..d4dbc337294f7ddc8caa1b98204c6d0096f68b12 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "spake2"
-version = "0.0.2"
+version = "0.0.6-alpha.0"
 authors = ["Brian Warner <warner@lothar.com>"]
 description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
 documentation = "https://docs.rs/spake2"
@@ -16,15 +16,15 @@ exclude = [
 travis-ci = { repository = "warner/spake2.rs" }
 
 [dependencies]
-curve25519-dalek = "0.11"
-rand = "0.3"
-sha2 = "0.6"
-hkdf = "0.2"
+curve25519-dalek = "0.16"
+rand = "0.4"
+sha2 = "0.7"
+hkdf = "0.4"
 num-bigint = "0.1"
-hex = "0.2"
+hex = "0.3"
 
 [dev-dependencies]
-hex = "0.2"
+hex = "0.3"
 bencher = "0.1"
 
 [[bench]]