From 5f1f234e702364042d685829d4d694216f66f822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:21:51 +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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbee0d7..9a9cd2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1920,6 +1920,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/Cargo.toml b/Cargo.toml index 1496341..fe3b36d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ tracing = { version = "0.1.37", default-features = false } tracing-subscriber = { version="0.3.18", default-features = false } uuid = { version = "^1.7.0", default-features = false } x509 = { version = "0.1", package = "x509-cert", default-features = false } -zeroize = { version = "^1.6.0", default-features = false } +zeroize = { version = "^1.7.0", default-features = false } [dependencies] # Internal dependencies