We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcb2e9 commit d3b789eCopy full SHA for d3b789e
Cargo.toml
@@ -69,7 +69,11 @@ tracing-opentelemetry = "0.23.0"
69
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
70
url = { version = "2.5.0", features = ["serde"] }
71
x509-cert = { version = "0.2.5", features = ["builder"] }
72
-zeroize = "1.8.0"
+# NOTE (@Techassi): This was previously bumped to 1.8.0 in 6d6615b, but that
73
+# version was since yanked from crates.io. This can be bumped again once 1.8.0
74
+# is re-released.
75
+# See https://github.com/RustCrypto/utils/issues/1067
76
+zeroize = "1.7.0"
77
78
# Use O3 in tests to improve the RSA key generation speed in the stackable-certs crate
79
[profile.test.package.stackable-certs]
0 commit comments