Skip to content

Commit 6b807ef

Browse files
Update fastbloom requirement from 0.12.0 to 0.14.0 (#3370)
--- updated-dependencies: - dependency-name: fastbloom dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 448da63 commit 6b807ef

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
@@ -102,7 +102,7 @@ clap = "4.5.18"
102102
cc = "1.1.21"
103103
cmake = "0.1.51"
104104
document-features = "0.2.10"
105-
fastbloom = { version = "0.12.0", default-features = false }
105+
fastbloom = { version = "0.14.0", default-features = false }
106106
hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible
107107
just = "=1.40.0"
108108
libc = "0.2.159" # For (*nix) libc

0 commit comments

Comments
 (0)