From 78af95f50c823b4c43396e6d0a013a70c532140f Mon Sep 17 00:00:00 2001 From: Elabajaba Date: Wed, 21 Jun 2023 21:26:33 -0400 Subject: [PATCH] update hashbrown to 0.14 (#34) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }