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 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)
🔄 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/610
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/18/2023
**Status:** ✅ Merged
**Merged:** 12/22/2023
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/crossbeam-utils-0.8.17`
---
### 📝 Commits (1)
- [`f0dcea0`](https://github.com/LGUG2Z/komorebi/commit/f0dcea0fdb7fba589026870eb7e5690ae3996606) chore(deps): bump crossbeam-utils from 0.8.16 to 0.8.17
### 📊 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.16 to 0.8.17.
<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.17</h2>
<ul>
<li>Bump the minimum supported Rust version to 1.61. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1037">#1037</a>)</li>
<li>Improve support for targets without atomic CAS or 64-bit atomic. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1037">#1037</a>)</li>
<li>Always implement <code>{,Ref}UnwindSafe</code> for AtomicCell. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1045">#1045</a>)</li>
<li>Improve compatibility with Miri, TSan, and loom. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/995">#995</a>, <a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1003">#1003</a>)</li>
<li>Improve compatibility with unstable <code>oom=panic</code>. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1045">#1045</a>)</li>
<li>Improve implementation of <code>CachePadded</code>. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1014">#1014</a>, <a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1025">#1025</a>)</li>
<li>Update <code>loom</code> dependency to 0.7.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/62024f1ca7c1d84231046250cc2b850cc5e4a3ba"><code>62024f1</code></a> Prepare for the next release</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0be853e2286494325a00f4946405b2d485b5dc31"><code>0be853e</code></a> Fix get_unchecked UB by raw pointer calculation</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ab31855a0082d774a82246bf29b1cccd3343dab3"><code>ab31855</code></a> ci: Use stable rustc for codegen</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ac3d0f68347305377ce105b005e358b5ed382c54"><code>ac3d0f6</code></a> Remove dependency on scopeguard</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ac0b41489b697642a1892b2174de193035335e33"><code>ac0b414</code></a> Catch panics in critical section of thread::scope</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/c7b4f224577ebaf28149d50891898578ca97bc37"><code>c7b4f22</code></a> AtomicCell: Always implement {,Ref}UnwindSafe</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6cb3a57601b5a505ee0cda255033886e3c36d0b9"><code>6cb3a57</code></a> epoch: Fix build error with loom</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/cb896e83c00fb2db5271484f0761e72f58fe3371"><code>cb896e8</code></a> AtomicCell: Use fetch_{min,max}</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/cf9d974c391a5841d9655531eb181dcb392085df"><code>cf9d974</code></a> AtomicCell: use atomic! macro in the impl_arithmetic!</li>
<li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0ad36ec6a5a9d591473043cbfa9fedacd205d0d2"><code>0ad36ec</code></a> Resolve some MSRV-related TODOs</li>
<li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.16...crossbeam-utils-0.8.17">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 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>
---
<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/610
Author: @dependabot[bot]
Created: 12/18/2023
Status: ✅ Merged
Merged: 12/22/2023
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/crossbeam-utils-0.8.17📝 Commits (1)
f0dcea0chore(deps): bump crossbeam-utils from 0.8.16 to 0.8.17📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps crossbeam-utils from 0.8.16 to 0.8.17.
Release notes
Sourced from crossbeam-utils's releases.
Commits
62024f1Prepare for the next release0be853eFix get_unchecked UB by raw pointer calculationab31855ci: Use stable rustc for codegenac3d0f6Remove dependency on scopeguardac0b414Catch panics in critical section of thread::scopec7b4f22AtomicCell: Always implement {,Ref}UnwindSafe6cb3a57epoch: Fix build error with loomcb896e8AtomicCell: Use fetch_{min,max}cf9d974AtomicCell: use atomic! macro in the impl_arithmetic!0ad36ecResolve some MSRV-related TODOsDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.