chore: bump hashbrown from 0.11.2 to 0.12.1 (#26542)

* chore: bump hashbrown from 0.11.2 to 0.12.1

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.1)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Sync lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot] 2022-07-21 03:12:47 +00:00 committed by GitHub
parent b10ea293af
commit e45ac65b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1870,6 +1870,9 @@ name = "hashbrown"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
dependencies = [
"ahash",
]
[[package]]
name = "headers"
@ -5225,7 +5228,7 @@ dependencies = [
"either",
"generic-array 0.14.5",
"getrandom 0.1.16",
"hashbrown 0.11.2",
"hashbrown 0.12.1",
"im",
"lazy_static",
"log",

View File

@ -35,7 +35,7 @@ generic-array = { version = "0.14.5", default-features = false, features = [
"more_lengths"
] }
getrandom = { version = "0.1", features = ["dummy"] }
hashbrown = { version = "0.11", features = ["raw"] }
hashbrown = { version = "0.12", features = ["raw"] }
im = { version = "15.1.0", features = ["rayon", "serde"] }
memmap2 = "0.5.3"
once_cell = { version = "1.8", features = ["alloc", "default", "race", "std"] }

View File

@ -1634,6 +1634,9 @@ name = "hashbrown"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
dependencies = [
"ahash",
]
[[package]]
name = "headers"
@ -4793,7 +4796,7 @@ dependencies = [
"either",
"generic-array 0.14.5",
"getrandom 0.1.14",
"hashbrown 0.11.2",
"hashbrown 0.12.1",
"im",
"lazy_static",
"log",