diff options
author | bors-servo <infra@servo.org> | 2023-01-24 00:55:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 00:55:42 +0100 |
commit | 941bd6a579fed893db557ce447af443a719d69a2 (patch) | |
tree | aea166d150db8e332394c178dc8f8486f394e556 | |
parent | 82b3d1043c373c580c6344c4fe72e24018c15c6e (diff) | |
parent | 96eca999b60f50677270ab1794e93bceddbc8b5f (diff) | |
download | servo-941bd6a579fed893db557ce447af443a719d69a2.tar.gz servo-941bd6a579fed893db557ce447af443a719d69a2.zip |
Auto merge of #29290 - servo:dependabot/cargo/rayon-core-1.10.2, r=jdm
Bump rayon-core from 1.10.1 to 1.10.2
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.10.1 to 1.10.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon-core's changelog</a>.</em></p>
<blockquote>
<h1>Release rayon-core 1.10.2 (2023-01-22)</h1>
<ul>
<li>Fixed miri-reported UB for SharedReadOnly tags protected by a call.</li>
</ul>
<h1>Release rayon 1.6.1 (2022-12-09)</h1>
<ul>
<li>Simplified <code>par_bridge</code> to only pull one item at a time from the iterator,
without batching. Threads that are waiting for iterator items will now block
appropriately rather than spinning CPU. (Thanks <a href="https://github.com/njaard"><code>@njaard</code></a>!)</li>
<li>Added protection against recursion in <code>par_bridge</code>, so iterators that also
invoke rayon will not cause mutex recursion deadlocks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rayon-rs/rayon/commit/b6cdc9da7adc7fe42b28758b2033f0bf8f8dc4b8"><code>b6cdc9d</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/1013">#1013</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/c0c5fd1fd6d45c679162d8af4bd58daefa649ae8"><code>c0c5fd1</code></a> Release rayon-core 1.10.2</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/8cee824f51a3a7c865f560ffb5ac9ddae43a1046"><code>8cee824</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/1011">#1011</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/f880d02decba8e5e39cd302b35c013b9d69a7166"><code>f880d02</code></a> Add a virtual wrapper for &Latch</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/a46e1f89b3c9e08adba513da162f23383b74cccd"><code>a46e1f8</code></a> Use pointers instead of <code>&self</code> in <code>Latch::set</code></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/ed988539eb3bcea18215eff309b9eed8552747a4"><code>ed98853</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/1010">#1010</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/063b4065b16a47db500796b96fb4396ce3826d41"><code>063b406</code></a> Fix ownership invalidation of saved scope panics</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/0cc5912c1897aace36ec57dd80197466fd6f03cf"><code>0cc5912</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/1009">#1009</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/e4ba8d16f32ac5dbca59cd786601af6da34ca43e"><code>e4ba8d1</code></a> Improve rayon-core/tests/stack_overflow_crash.rs</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/1cacc82972263955eb9a0545bd109e2209807fce"><code>1cacc82</code></a> chmod -x rayon-core/src/broadcast/test.rs</li>
<li>Additional commits viewable in <a href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.10.1...rayon-core-v1.10.2">compare view</a></li>
</ul>
</details>
<br />
[](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 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>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index ba3c5651cc0..db80881091f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5121,9 +5121,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.10.1" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" +checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" dependencies = [ "crossbeam-channel 0.5.0", "crossbeam-deque", |