Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump crossbeam from 0.8.2 to 0.8.3 in /packages/test/ffi (#2252)
Bumps [crossbeam](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam's releases</a>.</em></p> <blockquote> <h2>crossbeam-utils 0.8.3</h2> <ul> <li>Make <code>loom</code> dependency optional. (<a href="https://github.com/crossbeam-rs/crossbeam/issues/666">#666</a>)</li> </ul> <h2>crossbeam-deque 0.8.3</h2> <ul> <li>Add <code>Stealer::{steal_batch_with_limit, steal_batch_with_limit_and_pop}</code> methods. (<a href="https://github.com/crossbeam-rs/crossbeam/issues/903">#903</a>)</li> <li>Add <code>Injector::{steal_batch_with_limit, steal_batch_with_limit_and_pop}</code> methods. (<a href="https://github.com/crossbeam-rs/crossbeam/issues/903">#903</a>)</li> </ul> <h2>crossbeam 0.8.3</h2> <ul> <li>Bump the minimum supported Rust version to 1.61. (<a href="https://github.com/crossbeam-rs/crossbeam/issues/1037">#1037</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md">crossbeam's changelog</a>.</em></p> <blockquote> <h1>Version 0.8.3</h1> <ul> <li>Bump the minimum supported Rust version to 1.61. (<a href="https://github.com/crossbeam-rs/crossbeam/issues/1037">#1037</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/95d0bd04624473b546826fdb97f10abe849443e4"><code>95d0bd0</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/65f0b07427424cec6d8d6d954f500575c9d12ad8"><code>65f0b07</code></a> Automatically cancel outdated CI runs on PR</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ecc994e283397f1e8662cab5dc924faeb2e893ca"><code>ecc994e</code></a> Update compile_fail doctest</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/26d6fd9787c908e3c1e95423d15e57bb2397418b"><code>26d6fd9</code></a> Use Layout::extend and clean up code around alloc</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/4aeb87ebfbd3fa7fe658c44a300dc8a0ee26b577"><code>4aeb87e</code></a> epoch: Remove dependency on memoffset</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/cc65773ac99886c72b0ee4f660812c8cc96b2d10"><code>cc65773</code></a> Do not iterate elements in bounded queue/channel's destructor when needs_drop...</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/60c3372e32662bc310d7ecd100718848abde6367"><code>60c3372</code></a> Relax MSRV of channel, queue, and utils to 1.60</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/dd8b72e9cca8db4d45696cebd9fefe7340eacfad"><code>dd8b72e</code></a> Migrate to Rust 2021</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/2d66acb089599e904c1783e65026e91066c0adc1"><code>2d66acb</code></a> Add resolver = "2"</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/06e851f8eb0cd7e12e9dfed8f869a027e513edce"><code>06e851f</code></a> AtomicCell: Use CachePadded in sharded global locks</li> <li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-0.8.2...crossbeam-0.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crossbeam&package-manager=cargo&previous-version=0.8.2&new-version=0.8.3)](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> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information