Skip to content

Commit

Permalink
Revert zeroize bump
Browse files Browse the repository at this point in the history
Revert the bump to 1.8.0 because that version was
yanked. Use 1.7.0 again.

See RustCrypto/utils#1067
  • Loading branch information
Techassi committed Apr 29, 2024
1 parent 2fcb2e9 commit d3b789e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ tracing-opentelemetry = "0.23.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = { version = "2.5.0", features = ["serde"] }
x509-cert = { version = "0.2.5", features = ["builder"] }
zeroize = "1.8.0"
# NOTE (@Techassi): This was previously bumped to 1.8.0 in 6d6615b, but that
# version was since yanked from crates.io. This can be bumped again once 1.8.0
# is re-released.
# See https://github.com/RustCrypto/utils/issues/1067
zeroize = "1.7.0"

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

0 comments on commit d3b789e

Please sign in to comment.