From 1707a73f93459f384b83b63e826baf4af72e9da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:24:36 +0000 Subject: [PATCH] build(deps): bump the all-deps group with 2 updates Bumps the all-deps group with 2 updates: [belt-hash](https://github.com/RustCrypto/hashes) and [hybrid-array](https://github.com/RustCrypto/hybrid-array). Updates `belt-hash` from 0.2.0-rc.5 to 0.2.0 - [Commits](https://github.com/RustCrypto/hashes/compare/belt-hash-v0.2.0-rc.5...belt-hash-v0.2.0) Updates `hybrid-array` from 0.4.8 to 0.4.9 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.8...v0.4.9) --- updated-dependencies: - dependency-name: belt-hash dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: hybrid-array dependency-version: 0.4.9 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 3871fd3..9fb4277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,9 +38,9 @@ checksum = "d9aa1eef3994e2ccd304a78fe3fea4a73e5792007f85f09b79bb82143ca5f82b" [[package]] name = "belt-hash" -version = "0.2.0-rc.5" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c56883a45783acff1ccdf0903f38b8688363e633d3c9a199c2063f0cc946832b" +checksum = "708822e7b2f678a17c1933aa32743e902906e4546614bb3f14f56212a8ab81f0" dependencies = [ "belt-block", "digest", @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8655f91cd07f2b9d0c24137bd650fe69617773435ee5ec83022377777ce65ef1" +checksum = "1a79f2aff40c18ab8615ddc5caa9eb5b96314aef18fe5823090f204ad988e813" dependencies = [ "typenum", ]