From 217e6ec95be91ffde0be31ac511bccfcd18ad4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 14:51:54 +0700 Subject: [PATCH] Bump zeroize_derive from 1.1.0 to 1.3.2 (#523) Bumps [zeroize_derive](https://github.com/RustCrypto/utils) from 1.1.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/commits/zeroize_derive-v1.3.2) --- updated-dependencies: - dependency-name: zeroize_derive dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4cea47b1..04f16f3b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4809,9 +4809,9 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.1.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1" +checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" dependencies = [ "proc-macro2", "quote",