Skip to content

Commit bdf9e12

Browse files
build(deps): bump hashbrown from 0.16.0 to 0.16.1
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](rust-lang/hashbrown@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>
1 parent 8ff2fe4 commit bdf9e12

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

harper-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ harper-core = { path = "../harper-core", version = "0.73.0" }
1717
harper-pos-utils = { path = "../harper-pos-utils", version = "0.73.0", features = [] }
1818
harper-comments = { path = "../harper-comments", version = "0.73.0" }
1919
harper-typst = { path = "../harper-typst", version = "0.73.0" }
20-
hashbrown = "0.16.0"
20+
hashbrown = "0.16.1"
2121
serde = { version = "1.0.228", features = ["derive"] }
2222
serde_json = "1.0.145"
2323
strum = "0.27.2"

harper-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/automattic/harper"
1010
[dependencies]
1111
blanket = "0.4.0"
1212
fst = "0.4.7"
13-
hashbrown = { version = "0.16.0", features = ["serde"] }
13+
hashbrown = { version = "0.16.1", features = ["serde"] }
1414
is-macro = "0.3.6"
1515
itertools = "0.14.0"
1616
lazy_static = "1.5.0"

harper-pos-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/automattic/harper"
88

99
[dependencies]
1010
rs-conllu = "0.3.0"
11-
hashbrown = { version = "0.16.0", features = ["serde"] }
11+
hashbrown = { version = "0.16.1", features = ["serde"] }
1212
strum = "0.27.2"
1313
strum_macros = "0.27.2"
1414
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)