From f2fe9dcdcf1c95093631f0c67e4f5a2a883a5561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:50:40 +0000 Subject: [PATCH] build(deps): bump ahash from 0.8.6 to 0.8.7 Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) --- 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 914c210f4c..a512a032e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" +checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" dependencies = [ "cfg-if 1.0.0", "getrandom 0.2.10", @@ -2587,7 +2587,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.7", ] [[package]] @@ -6957,7 +6957,7 @@ dependencies = [ name = "solana-perf" version = "1.18.0" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.7", "assert_matches", "bincode", "bv", diff --git a/Cargo.toml b/Cargo.toml index cbe9417387..98a6b1a943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ edition = "2021" Inflector = "0.11.4" aquamarine = "0.3.2" aes-gcm-siv = "0.10.3" -ahash = "0.8.6" +ahash = "0.8.7" anyhow = "1.0.75" anchor-lang = { path = "anchor/lang" } ark-bn254 = "0.4.0"