From e627afc6c27b1b1e952cd5035c460dad035600c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:12:21 +0000 Subject: [PATCH] build(deps): bump rapidhash in / Bumps [rapidhash](https://github.com/hoxxep/rapidhash) in `/` from 4.5.0 to 4.5.1. Updates `rapidhash` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/hoxxep/rapidhash/releases) - [Changelog](https://github.com/hoxxep/rapidhash/blob/master/CHANGELOG.md) - [Commits](https://github.com/hoxxep/rapidhash/compare/v4.5.0...v4.5.1) Updates `rapidhash` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/hoxxep/rapidhash/releases) - [Changelog](https://github.com/hoxxep/rapidhash/blob/master/CHANGELOG.md) - [Commits](https://github.com/hoxxep/rapidhash/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: rapidhash dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rapidhash dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fuzz/Cargo.lock | 4 ++-- fuzz/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f3f07e9..e0e105f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1671,9 +1671,9 @@ dependencies = [ [[package]] name = "rapidhash" -version = "4.5.0" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1a224897b65b7ce38bf7b0adb569e7d77e11460d0cc3577908b263d8b5a89aa" +checksum = "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e" dependencies = [ "rustversion", ] diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 2f371950..588e49d5 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -812,9 +812,9 @@ dependencies = [ [[package]] name = "rapidhash" -version = "4.5.0" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1a224897b65b7ce38bf7b0adb569e7d77e11460d0cc3577908b263d8b5a89aa" +checksum = "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e" dependencies = [ "rustversion", ] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 514f1d53..e8dcf2a2 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -53,7 +53,7 @@ sha3 = "0.12" tiny-keccak = { version = "2.0", features = ["cshake", "kmac", "shake"] } # Fast hashes -rapidhash = "=4.5.0" +rapidhash = "=4.5.1" xxhash-rust = { version = "0.8", features = ["xxh3"] } # Checksums