Skip to content

Commit

Permalink
Bump rayon from 1.8.0 to 1.8.1 (#2937)
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.0 to 1.8.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon's
changelog</a>.</em></p>
<blockquote>
<h1>Release rayon 1.8.1 / rayon-core 1.12.1 (2024-01-17)</h1>
<ul>
<li>The new <code>&quot;web_spin_lock&quot;</code> crate feature makes
mutexes spin on the main
browser thread in WebAssembly, rather than suffer an error about
forbidden
<code>atomics.wait</code> if they were to block in that context. Thanks
<a
href="https://github.com/RReverser"><code>@​RReverser</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rayon-rs/rayon/commit/8c9ada2e0ad194692ccf9b75f4e36f356591ed4f"><code>8c9ada2</code></a>
Merge <a
href="https://github.com/rayon-rs/rayon/issues/800">#800</a></li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/596ac46811c6c035ee5599ea306d8248705e1fc3"><code>596ac46</code></a>
Release rayon-core 1.8.1</li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/5af9d7ef979e69652c8ea3acb2f50d992971ddab"><code>5af9d7e</code></a>
Only run find_first/last octillion on 64-bit targets</li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/8a53a49d6f3da51ea27f040d7be9d683864a1702"><code>8a53a49</code></a>
Use actions/checkout@v2 consistently</li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/141dbc97314b50b195bb49c6278f69c3aa5d029a"><code>141dbc9</code></a>
Add stable-i686 to CI for 32-bit testing</li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/e7682378728df78325439c08f94cf3b7ad35d1d9"><code>e768237</code></a>
Use wrapping addition for JEC</li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/4a26ac43a7a995870b9b9a737c1d8e3960e0e335"><code>4a26ac4</code></a>
Merge <a
href="https://github.com/rayon-rs/rayon/issues/787">#787</a></li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/6ec07540a34b503b1194d07424861b9844781153"><code>6ec0754</code></a>
Merge <a
href="https://github.com/rayon-rs/rayon/issues/793">#793</a></li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/b9b20316bf82eb6a72228a4d66b8938bf661d8b9"><code>b9b2031</code></a>
test Debug for Drain</li>
<li><a
href="https://github.com/rayon-rs/rayon/commit/3dcc07e477c9923beac9374a32d0884dab269043"><code>3dcc07e</code></a>
Add traits ParallelDrainRange and ParallelDrainFull</li>
<li>See full diff in <a
href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.0...rayon-core-v1.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rayon&package-manager=cargo&previous-version=1.8.0&new-version=1.8.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent dee4dc9 commit f8f7f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -51,7 +51,7 @@ piz = "0.5.0"
primal-check = "0.3.1"
rkyv = { version = "0.7.43", optional = true }
roaring = "0.10.2"
rayon = { version = "1.8.0", optional = true }
rayon = { version = "1.8.1", optional = true }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
thiserror = "1.0"
Expand Down

0 comments on commit f8f7f5c

Please sign in to comment.