]> git.lizzy.rs Git - PAKEs.git/blobdiff - Cargo.toml
(cargo-release) version 0.0.8
[PAKEs.git] / Cargo.toml
index 404bc0c029c1dcc0c9bbde01ab9794633890bece..fdabe09c00858ca1c93c7412645aa622b248c284 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "spake2"
-version = "0.0.6-alpha.0"
+version = "0.0.8"
 authors = ["Brian Warner <warner@lothar.com>"]
 description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
 documentation = "https://docs.rs/spake2"
@@ -20,11 +20,10 @@ curve25519-dalek = "0.17"
 rand = "0.5"
 sha2 = "0.7"
 hkdf = "0.5"
-num-bigint = "0.1"
+num-bigint = "0.2"
 hex = "0.3"
 
 [dev-dependencies]
-hex = "0.3"
 bencher = "0.1"
 
 [[bench]]