Skip to content

Commit

Permalink
build(deps): update zeroize requirement in /bindings/rust/extended
Browse files Browse the repository at this point in the history
Updates the requirements on [zeroize](https://github.com/RustCrypto/utils) to permit the latest version.
- [Commits](RustCrypto/utils@zeroize-v1.7.0...zeroize-v1.8.1)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2025
1 parent f6647b6 commit 207614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/extended/s2n-tls-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ cc = { version = "1.0.100", features = ["parallel"] }
[dev-dependencies]
home = "=0.5.5" # newer versions require rust 1.70, see https://github.com/aws/s2n-tls/issues/4395
regex = "=1.9.6" # newer versions require rust 1.65, see https://github.com/aws/s2n-tls/issues/4242
zeroize = "=1.7.0" # newer versions require rust 1.72, see https://github.com/aws/s2n-tls/issues/4518
zeroize = "=1.8.1" # newer versions require rust 1.72, see https://github.com/aws/s2n-tls/issues/4518

0 comments on commit 207614a

Please sign in to comment.