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.8 to 0.10.9 (#3438)
Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.8 to 0.10.9. <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.9</h2> <h2>What's Changed</h2> <ul> <li>fix(no_std): use <code>core::slice</code> in <code>bitmap_store.rs</code> by <a href="https://github.com/GZTimeWalker"><code>@GZTimeWalker</code></a> in <a href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/305">RoaringBitmap/roaring-rs#305</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.8...v0.10.9">https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.8...v0.10.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/d2ec04fec04fa63777a0024543e2109ec5a0be3f"><code>d2ec04f</code></a> Merge pull request <a href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/307">#307</a> from RoaringBitmap/bump-0-10-9</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/6f37958cc1cba9027c5de23229d7f962eba9bc92"><code>6f37958</code></a> Bump to v0.10.9</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/83017ad93012be33c635a59b59b6f94356f2f0b6"><code>83017ad</code></a> Merge pull request <a href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/305">#305</a> from GZTimeWalker/fix/no-std</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/c175ea6d1c055c54a8a198622b350e07ea83527c"><code>c175ea6</code></a> wip: use <code>-p roaring</code> instaed of working-directory</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/6acf1585b966dd6e304395befca0bf9a49370a54"><code>6acf158</code></a> CI: Make continuous integration more reasonable</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/1a5fb4328350a196d1e0d2bc180615622a93d689"><code>1a5fb43</code></a> chore(fmt): fix rustfmt.toml</li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/c1f1008b1a6a8789e0d4a80f24a79a772acafcf2"><code>c1f1008</code></a> wip(ci): do not use <code>action-rs</code></li> <li><a href="https://github.com/RoaringBitmap/roaring-rs/commit/8e760c975c6baebf0d545aaf4dfe0f677886829c"><code>8e760c9</code></a> fix(no_std): use <code>core::slice</code> in <code>bitmap_store.rs</code></li> <li>See full diff in <a href="https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.8...v0.10.9">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.8&new-version=0.10.9)](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