Browse Source

Bump hashbrown from 0.14.0 to 0.14.1 (#3324)

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.0 to 0.14.1.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.14.1)

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

12
Cargo.lock generated

@ -430,7 +430,7 @@ version = "0.17.0"
dependencies = [
"boa_macros",
"boa_profiler",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"thin-vec",
]
@ -454,7 +454,7 @@ dependencies = [
"arbitrary",
"boa_gc",
"boa_macros",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"indexmap",
"once_cell",
"phf",
@ -900,7 +900,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"lock_api",
"once_cell",
"parking_lot_core 0.9.8",
@ -1249,9 +1249,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
dependencies = [
"ahash",
]
@ -1695,7 +1695,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
]
[[package]]

2
Cargo.toml

@ -46,7 +46,7 @@ chrono = { version = "0.4.31", default-features = false }
clap = "4.4.6"
colored = "2.0.4"
fast-float = "0.2.0"
hashbrown = { version = "0.14.0", default-features = false }
hashbrown = { version = "0.14.1", default-features = false }
indexmap = "2.0.1"
indoc = "2.0.4"
jemallocator = "0.5.4"

Loading…
Cancel
Save