]> git.lizzy.rs Git - PAKEs.git/blobdiff - Cargo.toml
remove redundant field names, thanks clippy
[PAKEs.git] / Cargo.toml
index e25d15303f2daa17279c1b44b8e7c4c57dc7b9df..b4fa5174c8d6e0b417f0b9ace7701002cb4b1813 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "spake2"
-version = "0.0.3"
+version = "0.0.5-alpha.0"
 authors = ["Brian Warner <warner@lothar.com>"]
 description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
 documentation = "https://docs.rs/spake2"
@@ -16,8 +16,8 @@ exclude = [
 travis-ci = { repository = "warner/spake2.rs" }
 
 [dependencies]
-curve25519-dalek = "0.13"
-rand = "0.3"
+curve25519-dalek = "0.14"
+rand = "0.4"
 sha2 = "0.7"
 hkdf = "0.3"
 num-bigint = "0.1"