Browse Source

Bump hashbrown from 0.14.3 to 0.14.5 (#3834)

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.3 to 0.14.5.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3838/head
dependabot[bot] 7 months ago committed by GitHub
parent
commit
1c8400ad04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 16
      Cargo.lock
  2. 2
      Cargo.toml

16
Cargo.lock generated

@ -404,7 +404,7 @@ dependencies = [
"fixed_decimal", "fixed_decimal",
"float-cmp", "float-cmp",
"futures-lite 2.3.0", "futures-lite 2.3.0",
"hashbrown 0.14.3", "hashbrown 0.14.5",
"icu_calendar", "icu_calendar",
"icu_casemap", "icu_casemap",
"icu_collator", "icu_collator",
@ -475,7 +475,7 @@ version = "0.18.0"
dependencies = [ dependencies = [
"boa_macros", "boa_macros",
"boa_profiler", "boa_profiler",
"hashbrown 0.14.3", "hashbrown 0.14.5",
"icu_locid", "icu_locid",
"thin-vec", "thin-vec",
] ]
@ -497,7 +497,7 @@ dependencies = [
"arbitrary", "arbitrary",
"boa_gc", "boa_gc",
"boa_macros", "boa_macros",
"hashbrown 0.14.3", "hashbrown 0.14.5",
"indexmap 2.2.6", "indexmap 2.2.6",
"once_cell", "once_cell",
"phf", "phf",
@ -1118,7 +1118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"hashbrown 0.14.3", "hashbrown 0.14.5",
"lock_api", "lock_api",
"once_cell", "once_cell",
"parking_lot_core", "parking_lot_core",
@ -1657,9 +1657,9 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.14.3" version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [ dependencies = [
"ahash 0.8.11", "ahash 0.8.11",
"allocator-api2", "allocator-api2",
@ -2127,7 +2127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.3", "hashbrown 0.14.5",
] ]
[[package]] [[package]]
@ -3101,7 +3101,7 @@ version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479" checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479"
dependencies = [ dependencies = [
"hashbrown 0.14.3", "hashbrown 0.14.5",
"memchr", "memchr",
] ]

2
Cargo.toml

@ -54,7 +54,7 @@ bitflags = "2.5.0"
clap = "4.5.4" clap = "4.5.4"
colored = "2.1.0" colored = "2.1.0"
fast-float = "0.2.0" fast-float = "0.2.0"
hashbrown = { version = "0.14.3", default-features = false } hashbrown = { version = "0.14.5", default-features = false }
indexmap = { version = "2.2.6", default-features = false } indexmap = { version = "2.2.6", default-features = false }
indoc = "2.0.5" indoc = "2.0.5"
jemallocator = "0.5.4" jemallocator = "0.5.4"

Loading…
Cancel
Save