From 55fc9afa470e822cfbd55ce7a0b05ba315a45e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:57:45 +0000 Subject: [PATCH] Bump zeroize_derive from 1.0.0 to 1.3.2 in /yubihsm-provision Bumps [zeroize_derive](https://github.com/RustCrypto/utils) from 1.0.0 to 1.3.2. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Changelog](https://github.com/RustCrypto/utils/blob/master/zeroize/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/utils/compare/base64ct-v1.0.0...zeroize_derive-v1.3.2) --- updated-dependencies: - dependency-name: zeroize_derive dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yubihsm-provision/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yubihsm-provision/Cargo.lock b/yubihsm-provision/Cargo.lock index 42d86a8..8b4502c 100644 --- a/yubihsm-provision/Cargo.lock +++ b/yubihsm-provision/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler32" version = "1.0.4" @@ -980,9 +982,9 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.0.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" +checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" dependencies = [ "proc-macro2", "quote",