Browse Source

Bump hashbrown from 0.14.2 to 0.14.3 (#3483)

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

---
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/3484/head
dependabot[bot] 11 months ago committed by GitHub
parent
commit
f0f4a9a94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      Cargo.lock
  2. 2
      Cargo.toml

14
Cargo.lock generated

@ -451,7 +451,7 @@ dependencies = [
"fixed_decimal", "fixed_decimal",
"float-cmp", "float-cmp",
"futures-lite 2.0.1", "futures-lite 2.0.1",
"hashbrown 0.14.2", "hashbrown 0.14.3",
"icu_calendar", "icu_calendar",
"icu_casemap", "icu_casemap",
"icu_collator", "icu_collator",
@ -516,7 +516,7 @@ version = "0.17.0"
dependencies = [ dependencies = [
"boa_macros", "boa_macros",
"boa_profiler", "boa_profiler",
"hashbrown 0.14.2", "hashbrown 0.14.3",
"thin-vec", "thin-vec",
] ]
@ -541,7 +541,7 @@ dependencies = [
"arbitrary", "arbitrary",
"boa_gc", "boa_gc",
"boa_macros", "boa_macros",
"hashbrown 0.14.2", "hashbrown 0.14.3",
"indexmap 2.1.0", "indexmap 2.1.0",
"once_cell", "once_cell",
"phf", "phf",
@ -1102,7 +1102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"hashbrown 0.14.2", "hashbrown 0.14.3",
"lock_api", "lock_api",
"once_cell", "once_cell",
"parking_lot_core 0.9.9", "parking_lot_core 0.9.9",
@ -1610,9 +1610,9 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.14.2" version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
dependencies = [ dependencies = [
"ahash 0.8.6", "ahash 0.8.6",
] ]
@ -2079,7 +2079,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.2", "hashbrown 0.14.3",
] ]
[[package]] [[package]]

2
Cargo.toml

@ -46,7 +46,7 @@ chrono = { version = "0.4.31", default-features = false }
clap = "4.4.8" clap = "4.4.8"
colored = "2.0.4" colored = "2.0.4"
fast-float = "0.2.0" fast-float = "0.2.0"
hashbrown = { version = "0.14.2", default-features = false } hashbrown = { version = "0.14.3", default-features = false }
indexmap = { version = "2.1.0", default-features = false } indexmap = { version = "2.1.0", default-features = false }
indoc = "2.0.4" indoc = "2.0.4"
jemallocator = "0.5.4" jemallocator = "0.5.4"

Loading…
Cancel
Save