diff --git a/Cargo.toml b/Cargo.toml index ace2d46..129061e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ recast = [] [dependencies] spade = { version = "2.15.0" } tracing = { version = "0.1", optional = true } -hashbrown = { version = "0.16" } +hashbrown = { version = "0.17" } glam = { version = "0.30.8", features = ["approx"] } smallvec = { version = "1.15", features = ["union", "const_generics"] } bvh2d = { version = "0.7" }