From a917cc046fb1483fe77cd22ee7b8a3e72dc546f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:32:06 +0100 Subject: [PATCH] Update fastbloom requirement from 0.8.0 to 0.9.0 (#3021) --- updated-dependencies: - dependency-name: fastbloom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 211709515f..627ec24a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ clap = "4.5.18" cc = "1.1.21" cmake = "0.1.51" document-features = "0.2.10" -fastbloom = { version = "0.8.0", default-features = false } +fastbloom = { version = "0.9.0", default-features = false } hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible libc = "0.2.159" # For (*nix) libc libipt = "0.3.0"