From 67b29508409d913dbfa32014cd5ae9423a5b4066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 06:24:15 +0000 Subject: [PATCH] build(deps): bump zeroize from 1.6.0 to 1.6.1 Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.6.0 to 1.6.1. - [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.6.0...zeroize-v1.6.1) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ascon/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22c0524..9b567e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,6 +11,6 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" +checksum = "12a3946ecfc929b583800f4629b6c25b88ac6e92a40ea5670f77112a85d40a8b" diff --git a/ascon/Cargo.toml b/ascon/Cargo.toml index 9b4dea5..d3151ee 100644 --- a/ascon/Cargo.toml +++ b/ascon/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.56" [dependencies] -zeroize = { version = "1.6.0", default-features = false, optional=true } +zeroize = { version = "1.6.1", default-features = false, optional=true } [features] no_unroll = [] # Do not unroll loops for binary size reduction