From a3296d0b228d2368ccb7f1fdae30ea88d4ecdcdb Mon Sep 17 00:00:00 2001 From: Alphyr <47725341+a1phyr@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:01:20 +0100 Subject: [PATCH] Update hashbrown to 0.15 (#202) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39509a3c..cfdeb2b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/bytecodealliance/regalloc2" log = { version = "0.4.8", default-features = false } smallvec = { version = "1.6.1", features = ["union"] } rustc-hash = { version = "2.0.0", default-features = false } -hashbrown = { version = "0.14", default-features = false, features = [] } +hashbrown = { version = "0.15", default-features = false, features = [] } # Optional serde support, enabled by feature below. serde = { version = "1.0.136", features = [