diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-06-19 15:33:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 15:33:27 -0400 |
commit | d71847b2bf400820ad9f5b26a077296b9ca8b921 (patch) | |
tree | bb8e814b8903c73dc24377379bff7b542ef03215 /python/servo/command_base.py | |
parent | 53263595f1759c4f5ec3f88ed7b83a8cf4ad525d (diff) | |
parent | 3a209e275739abf122a7fa8e4e2bbd4c8add7147 (diff) | |
download | servo-d71847b2bf400820ad9f5b26a077296b9ca8b921.tar.gz servo-d71847b2bf400820ad9f5b26a077296b9ca8b921.zip |
Auto merge of #26989 - servo:dependabot/cargo/rayon-core-1.7.1, r=jdm
build(deps): bump rayon-core from 1.7.0 to 1.7.1
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.7.0 to 1.7.1.
<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 1.3.1 / rayon-core 1.7.1 (2020-06-15)</h1>
<ul>
<li>Fixed a use-after-free race in calls blocked between two rayon thread pools.</li>
<li>Collecting to an indexed <code>Vec</code> now drops any partial writes while unwinding,
rather than just leaking them. If dropping also panics, Rust will abort.
<ul>
<li>Note: the old leaking behavior is considered <em>safe</em>, just not ideal.</li>
</ul>
</li>
<li>The new <code>IndexedParallelIterator::step_by()</code> adapts an iterator to step
through items by the given count, like <code>Iterator::step_by()</code>.</li>
<li>The new <code>ParallelSlice::par_chunks_exact()</code> and mutable equivalent
<code>ParallelSliceMut::par_chunks_exact_mut()</code> ensure that the chunks always have
the exact length requested, leaving any remainder separate, like the slice
methods <code>chunks_exact()</code> and <code>chunks_exact_mut()</code>.</li>
</ul>
<h2>Contributors</h2>
<p>Thanks to all of the contributors for this release!</p>
<ul>
<li><a href="https://github.com/adrian5">@adrian5</a></li>
<li><a href="https://github.com/bluss">@bluss</a></li>
<li><a href="https://github.com/cuviper">@cuviper</a></li>
<li><a href="https://github.com/FlyingCanoe">@FlyingCanoe</a></li>
<li><a href="https://github.com/GuillaumeGomez">@GuillaumeGomez</a></li>
<li><a href="https://github.com/matthiasbeyer">@matthiasbeyer</a></li>
<li><a href="https://github.com/picoHz">@picoHz</a></li>
<li><a href="https://github.com/zesterer">@zesterer</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rayon-rs/rayon/commit/a79827659054510d804e5ecb937fd1bacb9fb4ad"><code>a798276</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/769">#769</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/4bce3c8f27f58fe617d51896f386f35eadcbb91d"><code>4bce3c8</code></a> Update ci/compat-Cargo.lock</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/c5b6e1cd286d45c74ba3801b194be8b37e408876"><code>c5b6e1c</code></a> Release rayon 1.3.1 and rayon-core 1.7.1</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/983866d4217772e4f327bdcc614077d80a24969d"><code>983866d</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/740">#740</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/eac386f1e3577ae0c8747585f28ac8ffc89e3e4c"><code>eac386f</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/766">#766</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/8f58a12b510c4a8568a24fe650204445becde7e5"><code>8f58a12</code></a> Fix wrong examples of find_map variants</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/b5e81efdda12f05737ebf068cf25252381d11e9c"><code>b5e81ef</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/759">#759</a></li>
<li><a href="https://github.com/rayon-rs/rayon/commit/94baa8232c30822b17c5015a2e35ebf51a4a9d77"><code>94baa82</code></a> Add collect unwinding test for zero-sized elements</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/b5869e455360e201d9a1d631e101d572c628ddb7"><code>b5869e4</code></a> Remove redundant Send impl for CollectFolder</li>
<li><a href="https://github.com/rayon-rs/rayon/commit/7a0c42e64917ce743ea97b0cf015053646ba7a23"><code>7a0c42e</code></a> Move collect test to its own file</li>
<li>Additional commits viewable in <a href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.0...rayon-core-v1.7.1">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=rayon-core&package-manager=cargo&previous-version=1.7.0&new-version=1.7.1)
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
Diffstat (limited to 'python/servo/command_base.py')
0 files changed, 0 insertions, 0 deletions