Browse Source

Bump hashbrown from 0.14.1 to 0.14.2 (#3403)

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

---
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/3406/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
cc4d72ddbf
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

@ -431,7 +431,7 @@ version = "0.17.0"
dependencies = [ dependencies = [
"boa_macros", "boa_macros",
"boa_profiler", "boa_profiler",
"hashbrown 0.14.1", "hashbrown 0.14.2",
"thin-vec", "thin-vec",
] ]
@ -455,7 +455,7 @@ dependencies = [
"arbitrary", "arbitrary",
"boa_gc", "boa_gc",
"boa_macros", "boa_macros",
"hashbrown 0.14.1", "hashbrown 0.14.2",
"indexmap", "indexmap",
"once_cell", "once_cell",
"phf", "phf",
@ -921,7 +921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"hashbrown 0.14.1", "hashbrown 0.14.2",
"lock_api", "lock_api",
"once_cell", "once_cell",
"parking_lot_core 0.9.9", "parking_lot_core 0.9.9",
@ -1268,9 +1268,9 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.14.1" version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
dependencies = [ dependencies = [
"ahash", "ahash",
] ]
@ -1713,7 +1713,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.1", "hashbrown 0.14.2",
] ]
[[package]] [[package]]

2
Cargo.toml

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

Loading…
Cancel
Save