From 7050a8402b44344023cd8d27fe6e0e4055d6bdde Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 25 May 2024 13:10:12 -0600 Subject: [PATCH] zeroize v1.8.1 (#1075) --- Cargo.lock | 2 +- zeroize/CHANGELOG.md | 6 ++++++ zeroize/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b54b0df8..38269641 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" [[package]] name = "zeroize" -version = "1.8.0" +version = "1.8.1" dependencies = [ "serde", "zeroize_derive", diff --git a/zeroize/CHANGELOG.md b/zeroize/CHANGELOG.md index 89b7f3f8..048f4b70 100644 --- a/zeroize/CHANGELOG.md +++ b/zeroize/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.8.1 (2024-05-25) +### Changed +- Feature-gate AVX-512 support under `simd`; restores MSRV 1.60 ([#1073]) + +[#1073]: https://github.com/RustCrypto/utils/pull/1073 + ## 1.8.0 (2024-04-24) [YANKED] NOTE: yanked due concerns over the MSRV bump. See [#1067]. diff --git a/zeroize/Cargo.toml b/zeroize/Cargo.toml index 20d34ba9..008ef550 100644 --- a/zeroize/Cargo.toml +++ b/zeroize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeroize" -version = "1.8.0" +version = "1.8.1" description = """ Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an