From a362888ce0b9a037aa88865de3a4aba4110b291f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:30:36 +0000 Subject: [PATCH] chore(deps): update rust crate zeroize to 1.7.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbce4e2..17c6579 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1708,9 +1708,9 @@ 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" dependencies = [ "zeroize_derive", ] diff --git a/Cargo.toml b/Cargo.toml index 3aae910..7fafc9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,4 +39,4 @@ thiserror = "1.0.50" x509-cert = { version = "0.2.4", default-features = false } yubihsm = { git = "https://github.com/oxidecomputer/yubihsm.rs", branch="v0.42.0-with-audit", features = ["default", "usb"] } zerocopy = "0.7" -zeroize = { version = "1.6.0", default-features = false } +zeroize = { version = "1.7.0", default-features = false }