Skip to content

Commit 00e494b

Browse files
Update fastbloom requirement from 0.11.0 to 0.12.0 (#3296)
--- updated-dependencies: - dependency-name: fastbloom dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
1 parent fd779ad commit 00e494b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ clap = "4.5.18"
9696
cc = "1.1.21"
9797
cmake = "0.1.51"
9898
document-features = "0.2.10"
99-
fastbloom = { version = "0.11.0", default-features = false }
99+
fastbloom = { version = "0.12.0", default-features = false }
100100
hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible
101101
just = "1.40.0"
102102
libc = "0.2.159" # For (*nix) libc

0 commit comments

Comments
 (0)