]> git.lizzy.rs Git - PAKEs.git/blobdiff - Cargo.toml
update deps: num-bigint=0.2
[PAKEs.git] / Cargo.toml
index 7aeb82ce52c4593527ae56b131cb9b18242c0975..4fbf631d9058ee05d178cd6480e697de83513b98 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "spake2"
-version = "0.0.7"
+version = "0.0.8-alpha.0"
 authors = ["Brian Warner <warner@lothar.com>"]
 description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
 documentation = "https://docs.rs/spake2"
@@ -20,7 +20,7 @@ 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]