From f0ff0bb169f66b9827deb62c7670c5905a683275 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Thu, 2 Oct 2025 13:20:04 +0200 Subject: [PATCH] Update hashbrown to latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f38cee..1e646e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/Licenser/halfbrown" version = "0.3.0" [dependencies] -hashbrown = "0.15" +hashbrown = "0.16" rustc-hash = { version = "2.1", optional = true } serde = { version = "1", default-features = false, optional = true } arrayvec = { version = "0.7", optional = true }