From 374bfc6983351ef9bd1745d51a13f3a2426a439e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:29:22 -0500 Subject: [PATCH] build(deps): bump inout from 0.1.3 to 0.1.4 (#35583) Bumps [inout](https://github.com/RustCrypto/utils) from 0.1.3 to 0.1.4. - [Commits](https://github.com/RustCrypto/utils/compare/inout-v0.1.3...inout-v0.1.4) --- updated-dependencies: - dependency-name: inout dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd24727c3f5..581c2ff1d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3902,9 +3902,9 @@ dependencies = [ [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "block-padding", "generic-array",