Skip to content

Commit 62487cb

Browse files
dependabot[bot]RytoEX
authored andcommitted
build(deps): update hashbrown requirement from 0.15 to 0.16
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [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.15.0...v0.16.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c16c617 commit 62487cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ blake2 = "0.10.6"
4545
# parallel processing
4646
rayon = "1.10.0"
4747
indicatif = { version = "0.18.0", features = ["rayon"] }
48-
hashbrown = { version = "0.15", features = ["rayon", "serde"] }
48+
hashbrown = { version = "0.16", features = ["rayon", "serde"] }
4949

5050
# Used to find signtool for codesigning
5151
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)