]> git.lizzy.rs Git - PAKEs.git/blobdiff - Cargo.toml
remove redundant field names, thanks clippy
[PAKEs.git] / Cargo.toml
index a4a1a962ce679ee027d6e25ad0aaead14a617941..b4fa5174c8d6e0b417f0b9ace7701002cb4b1813 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "spake2"
-version = "0.0.2"
+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,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.14"
+rand = "0.4"
+sha2 = "0.7"
+hkdf = "0.3"
 num-bigint = "0.1"
-hex = "0.2"
+hex = "0.3"
 
 [dev-dependencies]
-hex = "0.2"
+hex = "0.3"
 bencher = "0.1"
 
 [[bench]]