Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump roaring from 0.10.7 to 0.10.8 (#3423)
Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.7 to 0.10.8. <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>v0.10.8</h2> <h2>What's Changed</h2> <ul> <li>Feature Request: <code>RoaringBitmap::from_lsb0_bytes</code> by <a href="https://github.com/lemolatoon"><code>@lemolatoon</code></a> in <a href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/288">RoaringBitmap/roaring-rs#288</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lemolatoon"><code>@lemolatoon</code></a> made their first contribution in <a href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/288">RoaringBitmap/roaring-rs#288</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.7...v0.10.8">https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.7...v0.10.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/00992ee681277282d526d2be3f3f88ff04fcf7a1"><code>00992ee</code></a> Merge pull request <a href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/303">#303</a> from RoaringBitmap/bump-to-v1-10-8</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/9b0cb8f6693c123bd93b65ae30b19ba1bdeaba21"><code>9b0cb8f</code></a> Bump roaring to v1.10.8</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/56ba1ff95ebbeebc76cbe94ede44f49b5835a782"><code>56ba1ff</code></a> Merge pull request <a href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/288">#288</a> from lemolatoon/from-bitmap-bytes</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/a10a29cace8bed8a27b77f3f8d4875f586be30f8"><code>a10a29c</code></a> Add naive fallback for non-multiple 8 offset of <code>from_lsb0_bytes</code></li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/a44cc0bdb25ac7f0ba8ee3f7a7aa188e0aaa2a6c"><code>a44cc0b</code></a> Fix cargo clippy warning</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/94f1734493796fecc14f2bca8c31bfb77d3291e2"><code>94f1734</code></a> Fix CI error</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/f45cf7f6756f5712c44c6899d4bd4e6d7849733f"><code>f45cf7f</code></a> Rename from_bitmap_bytes to from_lsb0_bytes</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/1b42145592b5d51f1bf6cb68c27562a728d4e6b2"><code>1b42145</code></a> Apply cargo fmt</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/2f8d368fb5927ae800c4354ef3240375a0f39f72"><code>2f8d368</code></a> add special case for creating a full bitmap container</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/120e9aa6b7998e0972fb6ec6c61b0a0b053c6475"><code>120e9aa</code></a> Speed up from_bitmap_bytes, and use less unsafe</li> <li>Additional commits viewable in <a href="https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.7...v0.10.8">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.7&new-version=0.10.8)](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