Skip to content

Commit

Permalink
Bump roaring from 0.10.8 to 0.10.9 (#3438)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Dec 17, 2024
1 parent 61be936 commit 8a9ae58
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.8"
roaring = "0.10.9"
roots = "0.0.8"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
Expand Down

0 comments on commit 8a9ae58

Please sign in to comment.