We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zeroize
1 parent 7c86911 commit 335f0d9Copy full SHA for 335f0d9
chacha20/Cargo.toml
@@ -20,7 +20,7 @@ edition = "2018"
20
cfg-if = "1"
21
cipher = { version = "0.3", optional = true }
22
rand_core = { version = "0.6", optional = true, default-features = false }
23
-zeroize = { version = ">=1, <1.4", optional = true, default-features = false }
+zeroize = { version = ">=1, <1.5", optional = true, default-features = false }
24
25
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
26
cpufeatures = "0.2"
0 commit comments