From 9375f5736232dcf3e462088f284a158da151f797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:38:47 +0000 Subject: [PATCH] build(deps): bump zeroize from 1.6.0 to 1.8.1 Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.6.0 to 1.8.1. - [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.6.0...zeroize-v1.8.1) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... 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 f8463cd..2e3161e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,6 +33,6 @@ checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "zeroize" -version = "1.6.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" diff --git a/ascon/Cargo.toml b/ascon/Cargo.toml index b235a2b..f77c87d 100644 --- a/ascon/Cargo.toml +++ b/ascon/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.60" [dependencies] -zeroize = { version = "1.6.0", default-features = false, optional=true } +zeroize = { version = "1.8.1", default-features = false, optional=true } [features] no_unroll = [] # Do not unroll loops for binary size reduction