Skip to content

Commit

Permalink
Bump roaring from 0.10.3 to 0.10.4
Browse files Browse the repository at this point in the history
Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
- [Commits](RoaringBitmap/roaring-rs@v0.10.3...v0.10.4)

---
updated-dependencies:
- dependency-name: roaring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent f8c5b9e commit 3eff96e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ piz = "0.5.0"
primal-check = "0.3.1"
rayon = { version = "1.10.0", optional = true }
rkyv = { version = "0.7.44", optional = true }
roaring = "0.10.3"
roaring = "0.10.4"
roots = "0.0.8"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit 3eff96e

Please sign in to comment.