Skip to content

Commit 2df7b62

Browse files
dependabot[bot]Ralith
authored andcommitted
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](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 d50be8c commit 2df7b62

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
@@ -16,7 +16,7 @@ fearless_simd = ["dep:fearless_simd"]
1616
[dependencies]
1717
na = { package = "nalgebra", version = "0.34.1" }
1818
slab = "0.4.2"
19-
hashbrown = "0.16"
19+
hashbrown = "0.17"
2020
parry3d-f64 = { version = "0.25.0", optional = true }
2121
lru-slab = { version = "0.1.1", optional = true }
2222
fearless_simd = { version = "0.4.0", optional = true }

0 commit comments

Comments
 (0)