From 739c8b1df1b63089e3006c490629906b8e23d335 Mon Sep 17 00:00:00 2001 From: Orson Peters Date: Thu, 4 Jun 2026 13:59:21 +0200 Subject: [PATCH] chore: Update hashbrown to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48398ab..07ac3c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/Licenser/halfbrown" version = "0.4.0" [dependencies] -hashbrown = "0.16" +hashbrown = "0.17" rustc-hash = { version = "2.1", optional = true } serde = { version = "1", default-features = false, optional = true } arrayvec = { version = "0.7", optional = true }