From bebcf9d045d8dee0a305df19e0e780cb2832435f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 14 Apr 2026 16:00:21 -0700 Subject: [PATCH] Update hashbrown dependency Just keeping it up-to-date on its major version track. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 464358da..4b6f513f 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.15", default-features = false, features = [] } +hashbrown = { version = "0.17", default-features = false, features = [] } # Optional serde support, enabled by feature below. serde = { version = "1.0.136", features = [