From 7b100362e0d2f712d61aa5055f861c41a8130c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:42:39 +0000 Subject: [PATCH] Update hashbrown requirement from 0.16 to 0.17 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 bae823c..d054ad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ fearless_simd = ["dep:fearless_simd"] [dependencies] na = { package = "nalgebra", version = "0.34.1" } slab = "0.4.2" -hashbrown = "0.16" +hashbrown = "0.17" parry3d-f64 = { version = "0.25.0", optional = true } lru-slab = { version = "0.1.1", optional = true } fearless_simd = { version = "0.4.0", optional = true }