From 92a67df34be150151a15cc3415729ae790d2a35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Fri, 15 Nov 2024 13:56:33 +0100 Subject: [PATCH] Update hashbrown to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ebaf817..9a7924da 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 = [