[PR #117] [MERGED] chore(deps): bump crossbeam-utils from 0.8.6 to 0.8.7 #756

Closed
opened 2026-01-05 14:52:51 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/117
Author: @dependabot[bot]
Created: 3/1/2022
Status: Merged
Merged: 3/1/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/crossbeam-utils-0.8.7


📝 Commits (1)

  • 8daa43a chore(deps): bump crossbeam-utils from 0.8.6 to 0.8.7

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps crossbeam-utils from 0.8.6 to 0.8.7.

Release notes

Sourced from crossbeam-utils's releases.

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)

🔄 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/117 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2022 **Status:** ✅ Merged **Merged:** 3/1/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/crossbeam-utils-0.8.7` --- ### 📝 Commits (1) - [`8daa43a`](https://github.com/LGUG2Z/komorebi/commit/8daa43a1d60b3671637929e6b646c0952dd054de) chore(deps): bump crossbeam-utils from 0.8.6 to 0.8.7 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.7. <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.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/2988f873f87d2263a7fd2b9465fb9c28f43a6490"><code>2988f87</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/786">#786</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/c119b107d60803a0bdb0d34399ff4f671528dd54"><code>c119b10</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/bf53bd6f0e970da456fc6ea79c99aa0b23f2a0ba"><code>bf53bd6</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/785">#785</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/50ba3af2206efbb839d4a54fd7005b27501f8ef5"><code>50ba3af</code></a> Add AtomicCell::{fetch_nand,fetch_max,fetch_min}</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/5f5dbb963af3ad4365eede31612abc5cdf7c0bb2"><code>5f5dbb9</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/783">#783</a> <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/784">#784</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/708c2a537874c6c0755653b2b3d7b6f03c9f2ddf"><code>708c2a5</code></a> Enable -Zmiri-symbolic-alignment-check and -Zmiri-check-number-validity in mi...</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/58c0c3f86a5ae6707c6df6de806984761bc18fdf"><code>58c0c3f</code></a> Use <code>$(,)?</code> to handle trailing comma</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/1d9955505562dfee7f9132e632baaac87c989cac"><code>1d99555</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/782">#782</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/828bcfee3ac469904d26247f592c41470befb357"><code>828bcfe</code></a> Remove unnecessarily allowed lints</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/924436cc71b5d7245631a0cf4f02ff536630a1fd"><code>924436c</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/781">#781</a></li> <li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.6...crossbeam-utils-0.8.7">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.7)](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>
adam added the pull-request label 2026-01-05 14:52:51 +01:00
adam closed this issue 2026-01-05 14:52:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#756