From 04faacaf780f0f52c55ecbec7c6baa5fca23a5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sj=C3=B6blom?= Date: Sat, 15 Feb 2025 00:36:03 +0100 Subject: [PATCH] chore: bump hashbrown version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2bc8c4..06abf32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,9 @@ members = ["xtask"] [dependencies] rustc-hash = "1.0.1" -hashbrown = { version = "0.14.3", features = [ +hashbrown = { version = "0.15.2", features = [ "inline-more", + "raw-entry" ], default-features = false } text-size = "1.1.0" countme = "3.0.0"