Skip to content

Commit

Permalink
Bump roaring from 0.10.6 to 0.10.7 (#3413)
Browse files Browse the repository at this point in the history
Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.6
to 0.10.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/RoaringBitmap/roaring-rs/releases">roaring's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.10.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Introduce cargo workspaces by <a
href="https://github.com/christianschleifer"><code>@​christianschleifer</code></a>
in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/285">RoaringBitmap/roaring-rs#285</a></li>
<li>Fix warnings when testing with nightly by <a
href="https://github.com/Dr-Emann"><code>@​Dr-Emann</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/293">RoaringBitmap/roaring-rs#293</a></li>
<li>fix(typos): fix some typos with <code>typos</code> by <a
href="https://github.com/GZTimeWalker"><code>@​GZTimeWalker</code></a>
in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/291">RoaringBitmap/roaring-rs#291</a></li>
<li>Optimize BitmapIter::next by <a
href="https://github.com/Dr-Emann"><code>@​Dr-Emann</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/292">RoaringBitmap/roaring-rs#292</a></li>
<li>Lazily compute Iterator len by <a
href="https://github.com/Dr-Emann"><code>@​Dr-Emann</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/295">RoaringBitmap/roaring-rs#295</a></li>
<li>feat: implement advance_to and advance_back_to for Iter by <a
href="https://github.com/Dr-Emann"><code>@​Dr-Emann</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/296">RoaringBitmap/roaring-rs#296</a></li>
<li>Implement Clone on the bitmap::Iter type by <a
href="https://github.com/Kerollmops"><code>@​Kerollmops</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/289">RoaringBitmap/roaring-rs#289</a></li>
<li>implement range-based iteration by <a
href="https://github.com/Dr-Emann"><code>@​Dr-Emann</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/297">RoaringBitmap/roaring-rs#297</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/christianschleifer"><code>@​christianschleifer</code></a>
made their first contribution in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/285">RoaringBitmap/roaring-rs#285</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/f532063fce41fce3dc34d44d3ef7ff4505b8767f"><code>f532063</code></a>
Merge pull request <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/300">#300</a>
from RoaringBitmap/bump-release-0-10-7</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/50763bf4fd6238632d7f8a965e6e7a4d0efdbace"><code>50763bf</code></a>
Bump version to v0.10.7</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/d491df6318ab59b5b7006095dc5013363f405323"><code>d491df6</code></a>
Merge pull request <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/297">#297</a>
from Dr-Emann/push-yyvkswtzunrm</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/50eda41182dc3d11666cc720622ff4ad90a0798c"><code>50eda41</code></a>
implement range based iteration</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/b16c016c70d5ed2b354c9a93f1d31c131df1d21a"><code>b16c016</code></a>
Merge pull request <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/289">#289</a>
from RoaringBitmap/clone-iter-slice</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/06f357887ef048e308aa204ac81372f6e5c0b04c"><code>06f3578</code></a>
Bump MSRV to 1.71.1</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/a27587ff19c2ae2c2603416a69ff4fdcccc89806"><code>a27587f</code></a>
Add more documentation to the ArrayStore capacity method</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/2d1a330a028fff7836fb4ab4d6253c7c00df4545"><code>2d1a330</code></a>
Make sure not to overflow values in the the Statistics</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/f8e5aeb276d34d64f08393efebe0198ac6d6b838"><code>f8e5aeb</code></a>
Make the Statistics struct non exhaustive</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/f3e289dfc9cbe6788f505733dbc7e542816df130"><code>f3e289d</code></a>
Introduce the Statistics data structure</li>
<li>Additional commits viewable in <a
href="https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.6...v0.10.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=roaring&package-manager=cargo&previous-version=0.10.6&new-version=0.10.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 7a01975 commit c559f91
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.4"
rayon = { version = "1.10.0", optional = true }
rkyv = { version = "0.7.44", optional = true }
roaring = "0.10.6"
roaring = "0.10.7"
roots = "0.0.8"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
Expand Down

0 comments on commit c559f91

Please sign in to comment.