[PR #619] [MERGED] chore(deps): bump crossbeam-channel from 0.5.8 to 0.5.10 #1022

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/crossbeam-channel-0.5.10


📝 Commits (1)

  • c41dbc3 chore(deps): bump crossbeam-channel from 0.5.8 to 0.5.10

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps crossbeam-channel from 0.5.8 to 0.5.10.

Release notes

Sourced from crossbeam-channel's releases.

crossbeam-channel 0.5.10

  • Relax the minimum supported Rust version to 1.60. (#1056)
  • Optimize Drop implementation of bounded channel. (#1057)

crossbeam-channel 0.5.9

  • Bump the minimum supported Rust version to 1.61. (#1037)
Commits
  • 95d0bd0 Prepare for the next release
  • 65f0b07 Automatically cancel outdated CI runs on PR
  • ecc994e Update compile_fail doctest
  • 26d6fd9 Use Layout::extend and clean up code around alloc
  • 4aeb87e epoch: Remove dependency on memoffset
  • cc65773 Do not iterate elements in bounded queue/channel's destructor when needs_drop...
  • 60c3372 Relax MSRV of channel, queue, and utils to 1.60
  • dd8b72e Migrate to Rust 2021
  • 2d66acb Add resolver = "2"
  • 06e851f AtomicCell: Use CachePadded in sharded global locks
  • Additional commits viewable in compare view

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 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/619 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2024 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/crossbeam-channel-0.5.10` --- ### 📝 Commits (1) - [`c41dbc3`](https://github.com/LGUG2Z/komorebi/commit/c41dbc32037f48a1c69eb899ba7b8c754888fba0) chore(deps): bump crossbeam-channel from 0.5.8 to 0.5.10 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.8 to 0.5.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-channel's releases</a>.</em></p> <blockquote> <h2>crossbeam-channel 0.5.10</h2> <ul> <li>Relax the minimum supported Rust version to 1.60. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1056">#1056</a>)</li> <li>Optimize <code>Drop</code> implementation of bounded channel. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1057">#1057</a>)</li> </ul> <h2>crossbeam-channel 0.5.9</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> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/95d0bd04624473b546826fdb97f10abe849443e4"><code>95d0bd0</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/65f0b07427424cec6d8d6d954f500575c9d12ad8"><code>65f0b07</code></a> Automatically cancel outdated CI runs on PR</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ecc994e283397f1e8662cab5dc924faeb2e893ca"><code>ecc994e</code></a> Update compile_fail doctest</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/26d6fd9787c908e3c1e95423d15e57bb2397418b"><code>26d6fd9</code></a> Use Layout::extend and clean up code around alloc</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/4aeb87ebfbd3fa7fe658c44a300dc8a0ee26b577"><code>4aeb87e</code></a> epoch: Remove dependency on memoffset</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/cc65773ac99886c72b0ee4f660812c8cc96b2d10"><code>cc65773</code></a> Do not iterate elements in bounded queue/channel's destructor when needs_drop...</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/60c3372e32662bc310d7ecd100718848abde6367"><code>60c3372</code></a> Relax MSRV of channel, queue, and utils to 1.60</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/dd8b72e9cca8db4d45696cebd9fefe7340eacfad"><code>dd8b72e</code></a> Migrate to Rust 2021</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/2d66acb089599e904c1783e65026e91066c0adc1"><code>2d66acb</code></a> Add resolver = &quot;2&quot;</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/06e851f8eb0cd7e12e9dfed8f869a027e513edce"><code>06e851f</code></a> AtomicCell: Use CachePadded in sharded global locks</li> <li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.8...crossbeam-channel-0.5.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crossbeam-channel&package-manager=cargo&previous-version=0.5.8&new-version=0.5.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 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>
adam added the pull-request label 2026-01-05 14:53:46 +01:00
adam closed this issue 2026-01-05 14:53:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1022