Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - build(deps): bump crossbeam-utils from 0.8.6 to 0.8.10 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2022

Bumps crossbeam-utils from 0.8.6 to 0.8.10.

Release notes

Sourced from crossbeam-utils's releases.

crossbeam-utils 0.8.10

  • Fix unsoundness of AtomicCell on types containing niches. (#834) This fix contains breaking changes, but they are allowed because this is a soundness bug fix. See #834 for more.

crossbeam-utils 0.8.9

  • Replace lazy_static with once_cell. (#817)

crossbeam-utils 0.8.8

  • Fix a bug when unstable loom support is enabled. (#787)

crossbeam-utils 0.8.7

  • Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785)
  • Add AtomicCell<{i*,u*,bool}>::fetch_nand. (#785)
  • Fix unsoundness of AtomicCell<{i,u}64> arithmetics on 32-bit targets that support Atomic{I,U}64 (#781)
Commits

Dependabot compatibility score

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 commands and options

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.10.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.6...crossbeam-utils-0.8.10)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 20, 2022
@AaronFriel
Copy link
Owner

bors r+

bors bot pushed a commit that referenced this pull request Jul 20, 2022
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.10.
<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.10</h2>
<ul>
<li>Fix unsoundness of <code>AtomicCell</code> on types containing niches. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/834">#834</a>)
This fix contains breaking changes, but they are allowed because this is a soundness bug fix. See <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/834">#834</a> for more.</li>
</ul>
<h2>crossbeam-utils 0.8.9</h2>
<ul>
<li>Replace lazy_static with once_cell. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/817">#817</a>)</li>
</ul>
<h2>crossbeam-utils 0.8.8</h2>
<ul>
<li>Fix a bug when unstable <code>loom</code> support is enabled. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/787">#787</a>)</li>
</ul>
<h2>crossbeam-utils 0.8.7</h2>
<ul>
<li>Add <code>AtomicCell&lt;{i*,u*}&gt;::{fetch_max,fetch_min}</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/785">#785</a>)</li>
<li>Add <code>AtomicCell&lt;{i*,u*,bool}&gt;::fetch_nand</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/785">#785</a>)</li>
<li>Fix unsoundness of <code>AtomicCell&lt;{i,u}64&gt;</code> arithmetics on 32-bit targets that support <code>Atomic{I,U}64</code> (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/781">#781</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/f12133c95fb0f57b8c10791273c49fadedfb2863"><code>f12133c</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/853">#853</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/3c86b9b881ecf82741f92500e926892a9b9fa269"><code>3c86b9b</code></a> Prepare for the next release</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/9f6d0c6459902bfdef00ad872896dd24c20aecc9"><code>9f6d0c6</code></a> Add publish script</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0256b26c62083be24e6963adf89bd651009d5f34"><code>0256b26</code></a> Disable Miri preemption</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/593cf059585f51f397d473a9b303dba7a87bb588"><code>593cf05</code></a> Revert &quot;Pin nightly toolchain for Miri&quot;</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/9e9ff7668502ec402c4b57985dff2b7dfd8bb5a2"><code>9e9ff76</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/834">#834</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/23400ced53cc629d2a25ab6ce18c413ecf816055"><code>23400ce</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/851">#851</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ac9134eb52cfc66a95f64b174936dcbfe001c284"><code>ac9134e</code></a> readme: fix Code of Conduct link</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/16769892dc5e1ba14c8ea14e92e85f442e25f4aa"><code>1676989</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/850">#850</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6b3d1553c57233e9dec4de799cf8b1e9b1a9aef7"><code>6b3d155</code></a> Prepare for the next release</li>
<li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.6...crossbeam-utils-0.8.10">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.6&new-version=0.8.10)](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)
- `@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

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AaronFriel/gotta-watch-em-all/network/alerts).

</details>
@AaronFriel
Copy link
Owner

bors cancel

@bors
Copy link

bors bot commented Jul 20, 2022

Canceled.

@AaronFriel
Copy link
Owner

bors r+

bors bot pushed a commit that referenced this pull request Jul 20, 2022
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.10.
<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.10</h2>
<ul>
<li>Fix unsoundness of <code>AtomicCell</code> on types containing niches. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/834">#834</a>)
This fix contains breaking changes, but they are allowed because this is a soundness bug fix. See <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/834">#834</a> for more.</li>
</ul>
<h2>crossbeam-utils 0.8.9</h2>
<ul>
<li>Replace lazy_static with once_cell. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/817">#817</a>)</li>
</ul>
<h2>crossbeam-utils 0.8.8</h2>
<ul>
<li>Fix a bug when unstable <code>loom</code> support is enabled. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/787">#787</a>)</li>
</ul>
<h2>crossbeam-utils 0.8.7</h2>
<ul>
<li>Add <code>AtomicCell&lt;{i*,u*}&gt;::{fetch_max,fetch_min}</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/785">#785</a>)</li>
<li>Add <code>AtomicCell&lt;{i*,u*,bool}&gt;::fetch_nand</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/785">#785</a>)</li>
<li>Fix unsoundness of <code>AtomicCell&lt;{i,u}64&gt;</code> arithmetics on 32-bit targets that support <code>Atomic{I,U}64</code> (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/781">#781</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/f12133c95fb0f57b8c10791273c49fadedfb2863"><code>f12133c</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/853">#853</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/3c86b9b881ecf82741f92500e926892a9b9fa269"><code>3c86b9b</code></a> Prepare for the next release</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/9f6d0c6459902bfdef00ad872896dd24c20aecc9"><code>9f6d0c6</code></a> Add publish script</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0256b26c62083be24e6963adf89bd651009d5f34"><code>0256b26</code></a> Disable Miri preemption</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/593cf059585f51f397d473a9b303dba7a87bb588"><code>593cf05</code></a> Revert &quot;Pin nightly toolchain for Miri&quot;</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/9e9ff7668502ec402c4b57985dff2b7dfd8bb5a2"><code>9e9ff76</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/834">#834</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/23400ced53cc629d2a25ab6ce18c413ecf816055"><code>23400ce</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/851">#851</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ac9134eb52cfc66a95f64b174936dcbfe001c284"><code>ac9134e</code></a> readme: fix Code of Conduct link</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/16769892dc5e1ba14c8ea14e92e85f442e25f4aa"><code>1676989</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/850">#850</a></li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6b3d1553c57233e9dec4de799cf8b1e9b1a9aef7"><code>6b3d155</code></a> Prepare for the next release</li>
<li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.6...crossbeam-utils-0.8.10">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.6&new-version=0.8.10)](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)
- `@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

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AaronFriel/gotta-watch-em-all/network/alerts).

</details>
@bors
Copy link

bors bot commented Jul 20, 2022

@bors bors bot changed the title build(deps): bump crossbeam-utils from 0.8.6 to 0.8.10 [Merged by Bors] - build(deps): bump crossbeam-utils from 0.8.6 to 0.8.10 Jul 20, 2022
@bors bors bot closed this Jul 20, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@bors bors bot deleted the dependabot/cargo/crossbeam-utils-0.8.10 branch July 20, 2022 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant