From d2245e34ed9b8517e375f564224aa778f38acaca Mon Sep 17 00:00:00 2001 From: Croxx Date: Wed, 9 Oct 2024 17:57:40 +0800 Subject: [PATCH] chore: downgrade hashbrown to 0.14 (#758) 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" }