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.
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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/167
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 7/1/2022
**Status:** ✅ Merged
**Merged:** 7/4/2022
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/crossbeam-utils-0.8.10`
---
### 📝 Commits (1)
- [`fcf3ec8`](https://github.com/LGUG2Z/komorebi/commit/fcf3ec807802a3f82dccc32ce25938371f1c6182) chore(deps): bump crossbeam-utils from 0.8.9 to 0.8.10
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+2 -2)
</details>
### 📄 Description
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.9 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>
</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 "Pin nightly toolchain for Miri"</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/012b0c29824029737ad3b40d48a842e9ce15a58e"><code>012b0c2</code></a> Fix miri test</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/cf35e362d7b44c6b7638b7d7fd0ecc3d3b30661c"><code>cf35e36</code></a> impl Drop for AtomicCell</li>
<li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.9...crossbeam-utils-0.8.10">compare view</a></li>
</ul>
</details>
<br />
[](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)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/167
Author: @dependabot[bot]
Created: 7/1/2022
Status: ✅ Merged
Merged: 7/4/2022
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/crossbeam-utils-0.8.10📝 Commits (1)
fcf3ec8chore(deps): bump crossbeam-utils from 0.8.9 to 0.8.10📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps crossbeam-utils from 0.8.9 to 0.8.10.
Release notes
Sourced from crossbeam-utils's releases.
Commits
f12133cMerge #8533c86b9bPrepare for the next release9f6d0c6Add publish script0256b26Disable Miri preemption593cf05Revert "Pin nightly toolchain for Miri"9e9ff76Merge #83423400ceMerge #851ac9134ereadme: fix Code of Conduct link012b0c2Fix miri testcf35e36impl Drop for AtomicCellDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.