From 52fe99ecf08ecf46866dd78d1179cd26f9478fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:00:59 +0000 Subject: [PATCH] Bump inout from 0.2.1 to 0.2.2 in the all-deps group Bumps the all-deps group with 1 update: [inout](https://github.com/RustCrypto/utils). Updates `inout` from 0.2.1 to 0.2.2 - [Commits](https://github.com/RustCrypto/utils/compare/inout-v0.2.1...inout-v0.2.2) --- updated-dependencies: - dependency-name: inout dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b60b26..0cb6190 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7357b6e7aa75618c7864ebd0634b115a7218b0615f4cb1df33ac3eca23943d4" +checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" dependencies = [ "hybrid-array", ]