From f761d186455b8ae8c5e25bdc470108d1c4dd333c Mon Sep 17 00:00:00 2001 From: MrCroxx Date: Wed, 9 Oct 2024 08:55:45 +0000 Subject: [PATCH] chore: downgrade hashbrown to 0.14 Signed-off-by: MrCroxx --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cddc89a6..64ae2d8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ fastrace-jaeger = "0.7" fastrace-opentelemetry = "0.7" clap = { version = "4", features = ["derive"] } bytesize = { package = "foyer-bytesize", version = "2" } -hashbrown = "0.15" +hashbrown = "0.14" # foyer components foyer-common = { version = "0.12.0", path = "foyer-common" } foyer-intrusive = { version = "0.12.0", path = "foyer-intrusive" }