From 7eff359e65fecd884e269c5ab60e6e03233d56bd Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 27 Dec 2025 13:49:01 -0700 Subject: [PATCH] inout v0.2.2 --- Cargo.lock | 2 +- inout/CHANGELOG.md | 6 ++++++ inout/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c41ec2d8..221e6fad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.1" +version = "0.2.2" dependencies = [ "block-padding", "hybrid-array", diff --git a/inout/CHANGELOG.md b/inout/CHANGELOG.md index 52b3c4c3..5d0f81e8 100644 --- a/inout/CHANGELOG.md +++ b/inout/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). +## 0.2.2 (2025-12-27) +### Changed +- Require `block-padding` v0.4.2 ([#1291]) + +[#1291]: https://github.com/RustCrypto/utils/pull/1291 + ## 0.2.1 (2025-10-06) ### Changed - Migrate to fixed `Padding::pad_detached` from `block-padding` v0.4.1 ([#1227]) diff --git a/inout/Cargo.toml b/inout/Cargo.toml index 4b75067a..f5708bc3 100644 --- a/inout/Cargo.toml +++ b/inout/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inout" -version = "0.2.1" +version = "0.2.2" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"