Browse Source

Bump hashbrown from 0.13.2 to 0.14.0 (#3004)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3006/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
bcfc6c9c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      boa_interner/Cargo.toml

8
Cargo.lock generated

@ -501,7 +501,7 @@ dependencies = [
"arbitrary",
"boa_gc",
"boa_macros",
"hashbrown 0.13.2",
"hashbrown 0.14.0",
"indexmap",
"once_cell",
"phf",
@ -1780,6 +1780,12 @@ dependencies = [
"ahash 0.8.3",
]
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "heck"
version = "0.4.1"

2
boa_interner/Cargo.toml

@ -24,4 +24,4 @@ once_cell = {version = "1.18.0", default-features = false, features = ["critical
indexmap = "1.9.3"
serde = { version = "1.0.163", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
hashbrown = { version = "0.13.2", default-features = false, features = ["inline-more"] }
hashbrown = { version = "0.14.0", default-features = false, features = ["inline-more"] }

Loading…
Cancel
Save