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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-25 16:32:06 +01:00 committed by GitHub
parent 7121defff9
commit a917cc046f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ clap = "4.5.18"
cc = "1.1.21" cc = "1.1.21"
cmake = "0.1.51" cmake = "0.1.51"
document-features = "0.2.10" 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 hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible
libc = "0.2.159" # For (*nix) libc libc = "0.2.159" # For (*nix) libc
libipt = "0.3.0" libipt = "0.3.0"