Skip to content

Commit a8ed81c

Browse files
Update hashbrown requirement from 0.15.2 to 0.16.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.15.3...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 673e4ec commit a8ed81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.15.2", optional = true }
35+
hashbrown = { version = "0.16.0", optional = true }
3636

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

0 commit comments

Comments
 (0)