From 79bce9f1f015ec8547395e63faf53e8baef822ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 10:15:59 +0400 Subject: [PATCH] chore(deps): bump zeroize from 1.7.0 to 1.8.1 (#4653) Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.7.0 to 1.8.1. - [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.7.0...zeroize-v1.8.1) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crypto/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4823c5c5438..4b013a9c8fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7107,9 +7107,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ "zeroize_derive", ] diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 3977e2ed950..cebbb5c181e 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -75,7 +75,7 @@ rand_core = { version = "0.6.4", default-features = false, features = ["alloc"] rand_chacha = { version = "0.3.1", default-features = false } -zeroize = { version = "1.7.0", default-features = false } +zeroize = { version = "1.8.1", default-features = false } arrayref = { version = "0.3.7", default-features = false } aead = { version = "0.5.2", default-features = false, features = ["alloc"] }