diff --git a/Cargo.toml b/Cargo.toml index 43e99a0..8e2280a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = ["glam/serde", "bvh2d/serde", "dep:serde"] [dependencies] tracing = { version = "0.1", optional = true } -hashbrown = { version = "0.13" } +hashbrown = { version = "0.14" } glam = { version = "0.24", features = ["approx"] } smallvec = { version = "1.9", features = ["union", "const_generics"] } bvh2d = { version = "0.3", git = "https://github.com/mockersf/bvh2d" }