build(deps): bump zeroize from 1.7.0 to 1.8.0 (#285)

Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.7.0 to 1.8.0.
- [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.7.0...zeroize-v1.8.0)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-25 10:54:55 +02:00
committed by GitHub
parent f43b018511
commit 0257aa9e15
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ libfuzzer-sys = "0.4"
stacker = "0.1.15"
doc-comment = "0.3.3"
base64 = "0.21.7"
zeroize = "1.7.0"
zeroize = "1.8.0"
memoffset = "0.9.1"
thiserror = "1.0.59"
paste = "1.0.14"