From 3859554368d98cce00899dddedf3ceaa72a01a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:22:44 +0000 Subject: [PATCH] build(deps): bump zeroize from 1.7.0 to 1.8.1 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] --- Cargo.lock | 4 ++-- chacha20/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 262ffab..40fd91e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,6 +291,6 @@ 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" diff --git a/chacha20/Cargo.toml b/chacha20/Cargo.toml index 76624cf..1420ea5 100644 --- a/chacha20/Cargo.toml +++ b/chacha20/Cargo.toml @@ -23,7 +23,7 @@ cfg-if = "1" cipher = { version = "=0.5.0-pre.4", optional = true} rand_core = { version = "0.9.0-alpha.1", optional = true, default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } -zeroize = { version = "1.6.0", optional = true } +zeroize = { version = "1.8.1", optional = true } [target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies] cpufeatures = "0.2"