From ac0e67affd0ae9e6f2a46862fac8475c037d61c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:18:39 +0000 Subject: [PATCH] Bump the all-deps group with 2 updates Bumps the all-deps group with 2 updates: [belt-block](https://github.com/RustCrypto/block-ciphers) and [hybrid-array](https://github.com/RustCrypto/hybrid-array). Updates `belt-block` from 0.2.0-rc.0 to 0.2.0-rc.1 - [Commits](https://github.com/RustCrypto/block-ciphers/compare/belt-block-v0.2.0-rc.0...belt-block-v0.2.0-rc.1) Updates `hybrid-array` from 0.4.0 to 0.4.1 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: belt-block dependency-version: 0.2.0-rc.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: hybrid-array dependency-version: 0.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cf8432..2014a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,9 +15,9 @@ dependencies = [ [[package]] name = "belt-block" -version = "0.2.0-rc.0" +version = "0.2.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9aa0cd4ec3b89021a53caa73cefc5a458cf33b338498e1191916153877bd794" +checksum = "c4bbddee901eea0f5448cfcc94ea6390d0ee0f3ca8d0308fe34e37553f856640" dependencies = [ "cipher", ] @@ -160,9 +160,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe39a812f039072707ce38020acbab2f769087952eddd9e2b890f37654b2349" +checksum = "c7116c472cf19838450b1d421b4e842569f52b519d640aee9ace1ebcf5b21051" dependencies = [ "typenum", "zeroize",