From b66371578557c3772f5a3c5bab5b4dcfa3a32d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:01:46 +0000 Subject: [PATCH] build(deps): bump ahash from 0.8.10 to 0.8.11 Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 650b369d205c5c..d9d6a07d70f281 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if 1.0.0", "getrandom 0.2.10", @@ -2338,7 +2338,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.10", + "ahash 0.8.11", ] [[package]] @@ -6473,7 +6473,7 @@ dependencies = [ name = "solana-perf" version = "1.19.0" dependencies = [ - "ahash 0.8.10", + "ahash 0.8.11", "assert_matches", "bincode", "bv", diff --git a/Cargo.toml b/Cargo.toml index 66436c9cfb3fd8..ee5ce8c48a1817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ edition = "2021" Inflector = "0.11.4" aquamarine = "0.3.3" aes-gcm-siv = "0.10.3" -ahash = "0.8.10" +ahash = "0.8.11" anyhow = "1.0.80" arbitrary = "1.3.2" ark-bn254 = "0.4.0"