]> 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 7cf9abc9d8294aa1cff2075c36c745399b29cbcf..d4dbc337294f7ddc8caa1b98204c6d0096f68b12 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "spake2"
-version = "0.0.4"
+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,10 +16,10 @@ exclude = [
 travis-ci = { repository = "warner/spake2.rs" }
 
 [dependencies]
-curve25519-dalek = "0.14"
+curve25519-dalek = "0.16"
 rand = "0.4"
 sha2 = "0.7"
-hkdf = "0.3"
+hkdf = "0.4"
 num-bigint = "0.1"
 hex = "0.3"