From e030dd176f4cc5825733302146a94c1e53ff16e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:24:29 +0000 Subject: [PATCH] fix(deps): update rust crate hashbrown to 0.17 --- crates/workspace-hack/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/workspace-hack/Cargo.toml b/crates/workspace-hack/Cargo.toml index b7b5a179d..190eca61b 100644 --- a/crates/workspace-hack/Cargo.toml +++ b/crates/workspace-hack/Cargo.toml @@ -26,7 +26,7 @@ futures-core = { version = "0.3" } futures-executor = { version = "0.3" } futures-sink = { version = "0.3" } futures-util = { version = "0.3", features = ["channel", "io", "sink"] } -hashbrown = { version = "0.14", features = ["raw"] } +hashbrown = { version = "0.17", features = ["raw"] } indexmap = { version = "2", features = ["serde"] } lalrpop-util = { version = "0.19", features = ["lexer"] } log = { version = "0.4", default-features = false, features = ["std"] } @@ -71,7 +71,7 @@ futures-core = { version = "0.3" } futures-executor = { version = "0.3" } futures-sink = { version = "0.3" } futures-util = { version = "0.3", features = ["channel", "io", "sink"] } -hashbrown = { version = "0.14", features = ["raw"] } +hashbrown = { version = "0.17", features = ["raw"] } indexmap = { version = "2", features = ["serde"] } lalrpop-util = { version = "0.19", features = ["lexer"] } log = { version = "0.4", default-features = false, features = ["std"] }