Skip to content

Commit 10eed7b

Browse files
Update hashbrown requirement from 0.16.0 to 0.17.0
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.16.0...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4653952 commit 10eed7b

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
@@ -32,7 +32,7 @@ ash = { version = "0.38", optional = true, default-features = false, features =
3232
# Only needed for visualizer.
3333
egui = { version = ">=0.24, <=0.27", optional = true, default-features = false }
3434
egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false }
35-
hashbrown = { version = "0.16.0", optional = true }
35+
hashbrown = { version = "0.17.0", optional = true }
3636

3737
[target.'cfg(target_vendor = "apple")'.dependencies]
3838
objc2 = { version = "0.6.3", default-features = false, optional = true }

0 commit comments

Comments
 (0)