Skip to content
Snippets Groups Projects
Unverified Commit e59ce11c authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #593

593: Bump crossbeam-utils from 0.8.12 to 0.8.13 r=mkroening a=dependabot[bot]

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.12 to 0.8.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-utils's releases</a>.</em></p>
<blockquote>
<h2>crossbeam-utils 0.8.13</h2>
<ul>
<li>Improve support for custom targets. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/922">#922</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/5feb8e60c866dc8c7dcdc1589268a8e729824477"><code>5feb8e6</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/929">#929</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/09c99c09efc8f17f31460954436307e4973eac22"><code>09c99c0</code></a> Prepare for the next release</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/8ea7f55e2ba62dbdb258a8a8e1c2dce590034dc6"><code>8ea7f55</code></a> crossbeam-epoch: Bump memoffset to 0.7</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0609a72243e780e911a0970ed03252b3dae6d993"><code>0609a72</code></a> When building for linux, replace all vendors with 'unknown'</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/bebc6d5f75b99a1b9954b674c08338d6102f1c5b"><code>bebc6d5</code></a> Update no_atomic.rs</li>
<li>See full diff in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.12...crossbeam-utils-0.8.13">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crossbeam-utils&package-manager=cargo&previous-version=0.8.12&new-version=0.8.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores

)

You can trigger a rebase of this PR 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>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parents e82803d6 7ed35ff9
No related branches found
No related tags found
No related merge requests found
Pipeline #859044 passed
......@@ -84,9 +84,9 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
version = "0.8.12"
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
checksum = "422f23e724af1240ec469ea1e834d87a4b59ce2efe2c6a96256b0c47e2fd86aa"
dependencies = [
"cfg-if",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment