From 1620bd766fbdc5c93d55f948f903cae690c46115 Mon Sep 17 00:00:00 2001 From: Romain Malmain Date: Fri, 2 May 2025 11:36:36 +0200 Subject: [PATCH] Revert "Update hashbrown requirement from 0.14.5 to 0.15.3 (#3184)" (#3186) This reverts commit 4448799dc2205e4cb1753b8b8d91b4f6d299365d. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef01e224f9..f395d33f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ cc = "1.1.21" cmake = "0.1.51" document-features = "0.2.10" fastbloom = { version = "0.9.0", default-features = false } -hashbrown = { version = "0.15.3", default-features = false } # A faster hashmap, nostd compatible +hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible just = "1.40.0" libc = "0.2.159" # For (*nix) libc libipt = "0.3.0"