Skip to content

Commit

Permalink
Bump bloomfilter from 2.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [bloomfilter](https://github.com/jedisct1/rust-bloom-filter) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/jedisct1/rust-bloom-filter/releases)
- [Commits](https://github.com/jedisct1/rust-bloom-filter/commits/3.0.1)

---
updated-dependencies:
- dependency-name: bloomfilter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent dd95c73 commit 28b3ecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ harness = false

[dependencies]
anyhow = "1.0.94"
bloomfilter = "2.0.0"
bloomfilter = "3.0.1"
bytes = "1.9.0"
clap = { version = "4.5.23", features = ["derive"] }
crc32fast = "1.4.2"
Expand Down

0 comments on commit 28b3ecf

Please sign in to comment.