build(deps): bump ahash from 0.8.8 to 0.8.9 (#35247)
* build(deps): bump ahash from 0.8.8 to 0.8.9 Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
86b5f3cde7
commit
97fa7b1995
|
@ -75,9 +75,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.8.8"
|
||||
version = "0.8.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
|
||||
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"getrandom 0.2.10",
|
||||
|
@ -2344,7 +2344,7 @@ version = "0.13.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||||
dependencies = [
|
||||
"ahash 0.8.8",
|
||||
"ahash 0.8.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6500,7 +6500,7 @@ dependencies = [
|
|||
name = "solana-perf"
|
||||
version = "1.19.0"
|
||||
dependencies = [
|
||||
"ahash 0.8.8",
|
||||
"ahash 0.8.9",
|
||||
"assert_matches",
|
||||
"bincode",
|
||||
"bv",
|
||||
|
|
|
@ -138,7 +138,7 @@ edition = "2021"
|
|||
Inflector = "0.11.4"
|
||||
aquamarine = "0.3.3"
|
||||
aes-gcm-siv = "0.10.3"
|
||||
ahash = "0.8.8"
|
||||
ahash = "0.8.9"
|
||||
anyhow = "1.0.80"
|
||||
arbitrary = "1.3.2"
|
||||
ark-bn254 = "0.4.0"
|
||||
|
|
|
@ -76,9 +76,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.8.8"
|
||||
version = "0.8.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
|
||||
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"getrandom 0.2.10",
|
||||
|
@ -1976,7 +1976,7 @@ version = "0.13.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||||
dependencies = [
|
||||
"ahash 0.8.8",
|
||||
"ahash 0.8.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5299,7 +5299,7 @@ checksum = "8b8a731ed60e89177c8a7ab05fe0f1511cedd3e70e773f288f9de33a9cfdc21e"
|
|||
name = "solana-perf"
|
||||
version = "1.19.0"
|
||||
dependencies = [
|
||||
"ahash 0.8.8",
|
||||
"ahash 0.8.9",
|
||||
"bincode",
|
||||
"bv",
|
||||
"caps",
|
||||
|
|
Loading…
Reference in New Issue