Skip to content

Commit d3b789e

Browse files
committed
Revert zeroize bump
Revert the bump to 1.8.0 because that version was yanked. Use 1.7.0 again. See RustCrypto/utils#1067
1 parent 2fcb2e9 commit d3b789e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ tracing-opentelemetry = "0.23.0"
6969
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
7070
url = { version = "2.5.0", features = ["serde"] }
7171
x509-cert = { version = "0.2.5", features = ["builder"] }
72-
zeroize = "1.8.0"
72+
# 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"
7377

7478
# Use O3 in tests to improve the RSA key generation speed in the stackable-certs crate
7579
[profile.test.package.stackable-certs]

0 commit comments

Comments
 (0)