From 10eed7bdabb027f164f0a4e130ca3c5ff774cda0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:10:57 +0000 Subject: [PATCH] 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](https://github.com/rust-lang/hashbrown/compare/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e6f586..4076431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ ash = { version = "0.38", optional = true, default-features = false, features = # Only needed for visualizer. egui = { version = ">=0.24, <=0.27", optional = true, default-features = false } egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false } -hashbrown = { version = "0.16.0", optional = true } +hashbrown = { version = "0.17.0", optional = true } [target.'cfg(target_vendor = "apple")'.dependencies] objc2 = { version = "0.6.3", default-features = false, optional = true }