[PR #298] [MERGED] chore(deps): bump crossbeam-utils from 0.8.12 to 0.8.14 #844

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/298
Author: @dependabot[bot]
Created: 11/28/2022
Status: Merged
Merged: 11/28/2022
Merged by: @LGUG2Z

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


📝 Commits (1)

  • 7deebe0 chore(deps): bump crossbeam-utils from 0.8.12 to 0.8.14

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps crossbeam-utils from 0.8.12 to 0.8.14.

Release notes

Sourced from crossbeam-utils's releases.

crossbeam-utils 0.8.14

  • Fix build script bug introduced in 0.8.13. (#932)

crossbeam-utils 0.8.13

  • Improve support for custom targets. (#922)
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/298 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/28/2022 **Status:** ✅ Merged **Merged:** 11/28/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/crossbeam-utils-0.8.14` --- ### 📝 Commits (1) - [`7deebe0`](https://github.com/LGUG2Z/komorebi/commit/7deebe0d2385124682691439609c80e99be643e5) chore(deps): bump crossbeam-utils from 0.8.12 to 0.8.14 ### 📊 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.12 to 0.8.14. <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.14</h2> <ul> <li>Fix build script bug introduced in 0.8.13. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/932">#932</a>)</li> </ul> <h2>crossbeam-utils 0.8.13</h2> <ul> <li>Improve support for custom targets. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/922">#922</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/366276a4dde8bd6b4bdab531c09e6ab1ff38c407"><code>366276a</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/933">#933</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/4c4298ad6c6479946c529cd6216367483ead444d"><code>4c4298a</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/775a224ea747050a00f0a6dcb60941e66de419fa"><code>775a224</code></a> Fix panicking when target triplets has less than three elements</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/44353df31a44a594e120e4db0a071e0977428d47"><code>44353df</code></a> Use stable toolchain to publish</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/5feb8e60c866dc8c7dcdc1589268a8e729824477"><code>5feb8e6</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/929">#929</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/09c99c09efc8f17f31460954436307e4973eac22"><code>09c99c0</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/8ea7f55e2ba62dbdb258a8a8e1c2dce590034dc6"><code>8ea7f55</code></a> crossbeam-epoch: Bump memoffset to 0.7</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0609a72243e780e911a0970ed03252b3dae6d993"><code>0609a72</code></a> When building for linux, replace all vendors with 'unknown'</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/bebc6d5f75b99a1b9954b674c08338d6102f1c5b"><code>bebc6d5</code></a> Update no_atomic.rs</li> <li>See full diff in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.12...crossbeam-utils-0.8.14">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.12&new-version=0.8.14)](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:53:10 +01:00
adam closed this issue 2026-01-05 14:53:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#844