build(deps): bump hashbrown from 0.16.0 to 0.16.1 (#2237)

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.16.0...v0.16.1)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-version: 0.16.1
  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>
This commit is contained in:
dependabot[bot] 2025-11-24 09:16:16 -07:00 committed by GitHub
parent 8ff2fe4b79
commit da9e2ba0d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 10 deletions

15
Cargo.lock generated
View file

@ -2682,7 +2682,7 @@ dependencies = [
"harper-python",
"harper-stats",
"harper-typst",
"hashbrown 0.16.0",
"hashbrown 0.16.1",
"serde",
"serde_json",
"strum",
@ -2735,7 +2735,7 @@ dependencies = [
"foldhash 0.2.0",
"fst",
"harper-brill",
"hashbrown 0.16.0",
"hashbrown 0.16.1",
"is-macro",
"itertools 0.14.0",
"lazy_static",
@ -2842,7 +2842,7 @@ version = "0.73.0"
dependencies = [
"burn",
"burn-ndarray",
"hashbrown 0.16.0",
"hashbrown 0.16.1",
"is-macro",
"lru",
"rand 0.9.2",
@ -2952,14 +2952,15 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash 0.2.0",
"serde",
"serde_core",
]
[[package]]
@ -3238,7 +3239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
dependencies = [
"equivalent",
"hashbrown 0.16.0",
"hashbrown 0.16.1",
"serde",
"serde_core",
]
@ -3490,7 +3491,7 @@ version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f"
dependencies = [
"hashbrown 0.16.0",
"hashbrown 0.16.1",
]
[[package]]

View file

@ -17,7 +17,7 @@ harper-core = { path = "../harper-core", version = "0.73.0" }
harper-pos-utils = { path = "../harper-pos-utils", version = "0.73.0", features = [] }
harper-comments = { path = "../harper-comments", version = "0.73.0" }
harper-typst = { path = "../harper-typst", version = "0.73.0" }
hashbrown = "0.16.0"
hashbrown = "0.16.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
strum = "0.27.2"

View file

@ -10,7 +10,7 @@ repository = "https://github.com/automattic/harper"
[dependencies]
blanket = "0.4.0"
fst = "0.4.7"
hashbrown = { version = "0.16.0", features = ["serde"] }
hashbrown = { version = "0.16.1", features = ["serde"] }
is-macro = "0.3.6"
itertools = "0.14.0"
lazy_static = "1.5.0"

View file

@ -8,7 +8,7 @@ repository = "https://github.com/automattic/harper"
[dependencies]
rs-conllu = "0.3.0"
hashbrown = { version = "0.16.0", features = ["serde"] }
hashbrown = { version = "0.16.1", features = ["serde"] }
strum = "0.27.2"
strum_macros = "0.27.2"
serde = { version = "1.0.228", features = ["derive"] }