diff --git a/Cargo.toml b/Cargo.toml index ce9444b..92edb9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = ["glam/serde", "bvh2d/serde", "dep:serde"] [dependencies] tracing = { version = "0.1", optional = true } -hashbrown = { version = "0.14" } +hashbrown = { version = "0.15" } glam = { version = "0.29", features = ["approx"] } smallvec = { version = "1.13", features = ["union", "const_generics"] } bvh2d = { version = "0.6", git = "https://github.com/mockersf/bvh2d" }