Adding tilde to zeroize dep and minor doc adjustments

This commit is contained in:
Kevin Lewi
2021-07-23 15:23:10 -07:00
committed by Kevin Lewi
parent 1ec96e942b
commit 35886152ca
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "opaque-ke"
version = "0.6.0"
version = "2.0.0-pre.1"
repository = "https://github.com/novifinancial/opaque-ke"
keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
description = "An implementation of the OPAQUE password-authenticated key exchange protocol"
@@ -32,7 +32,7 @@ rand = "0.8"
serde = { version = "1", features = ["derive"], optional = true }
subtle = { version = "2.3.0", default-features = false }
thiserror = "1.0.22"
zeroize = { version = "1.1.1", features = ["zeroize_derive"] }
zeroize = { version = "~1.1.1", features = ["zeroize_derive"] }
[dev-dependencies]
anyhow = "1.0.35"