From 199319d318757fbc0b6e579d45305fffcb12dce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 06:30:57 +0000 Subject: [PATCH] build(deps): bump zeroize from 1.6.0 to 1.7.0 Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.6.0 to 1.7.0. - [Commits](https://github.com/RustCrypto/utils/commits) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sha3/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b676d7157..140fd31df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,6 +316,6 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" +checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index 652630b5d..bd65fea7f 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -18,7 +18,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "0.10.7" keccak = "0.1.4" -zeroize = { version = "1.6.0", default-features = false, optional=true } # WARNING: Bumps MSRV to 1.56 +zeroize = { version = "1.7.0", default-features = false, optional=true } # WARNING: Bumps MSRV to 1.56 [dev-dependencies] digest = { version = "0.10.7", features = ["dev"] }