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

Merge #500

500: Bump crossbeam-utils from 0.8.10 to 0.8.11 r=mkroening a=dependabot[bot]

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.10 to 0.8.11.
<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.11</h2>
<ul>
<li>Bump the minimum supported Rust version to 1.38. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/877">#877</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/5e0f59a9990c032c33e1db16a6bfc64b4ab6102d"><code>5e0f59a</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/880">#880</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0f4092bd1d9bbdd5859e7a8c94803934a136ab50"><code>0f4092b</code></a> Prepare for the next release</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6dc9be5a5c384b5aafc3fcaa3eb9089de0e6b892"><code>6dc9be5</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/879">#879</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/f2ca66bad52fbb20834389ea4ad8885fa7ec4ea3"><code>f2ca66b</code></a> epoch: Adjust MAX_OBJECTS</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/c059aec7d16eabbda00871e9a00d3ba76f8f7cae"><code>c059aec</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/877">#877</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6ac123243ee57907ff9e1f4d168f79e5234745d0"><code>6ac1232</code></a> Favor <code>.cast()</code> over <code>as</code></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/b553b4fd449180ab8a5d010a320798828a36800f"><code>b553b4f</code></a> Use const_in_array_repeat_expressions</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0e1497108c89ab33a50fca2569e73e996fe04a05"><code>0e14971</code></a> Bump MSRV to Rust 1.38</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/99b14b15006b0f5eb023545f31d60a7cc7340d77"><code>99b14b1</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/875">#875</a> <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/876">#876</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/371de8c2d304db07662450995848f3dc9598ac99"><code>371de8c</code></a> Miri: Fix thread leaks in doctests in utils</li>
<li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.10...crossbeam-utils-0.8.11">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.10&new-version=0.8.11)](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 067581ad 41996b85
No related branches found
No related tags found
No related merge requests found
Pipeline #767600 passed
......@@ -52,9 +52,9 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
version = "0.8.10"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
dependencies = [
"cfg-if",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment