[PR #637] [MERGED] chore(deps): bump crossbeam-channel from 0.5.10 to 0.5.11 #1028

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/637
Author: @dependabot[bot]
Created: 1/15/2024
Status: Merged
Merged: 2/9/2024
Merged by: @LGUG2Z

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


📝 Commits (1)

  • 18b6c3b chore(deps): bump crossbeam-channel from 0.5.10 to 0.5.11

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -3)

📄 Description

Bumps crossbeam-channel from 0.5.10 to 0.5.11.

Release notes

Sourced from crossbeam-channel's releases.

crossbeam-channel 0.5.11

  • Remove dependency on cfg-if. (#1072)
Commits
  • 9c3182a Prepare for the next release
  • 35a55d2 Remove dependency on cfg-if
  • 0935295 epoch: Remove unused autocfg dependency
  • e02133b Use const thread_local
  • 5a15fc2 More correct buffer allocation
  • 7389cdf ci: Remove scripts that call single command
  • 4ef4f09 Ignore dead_code warnings for tuple structs
  • See full diff 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/637 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 2/9/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/crossbeam-channel-0.5.11` --- ### 📝 Commits (1) - [`18b6c3b`](https://github.com/LGUG2Z/komorebi/commit/18b6c3b3205cdd35836e3554f01be2b2925321f2) chore(deps): bump crossbeam-channel from 0.5.10 to 0.5.11 ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -3) </details> ### 📄 Description Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.10 to 0.5.11. <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.11</h2> <ul> <li>Remove dependency on <code>cfg-if</code>. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1072">#1072</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/9c3182abebb36bdc9446d75d4644190fef70fa01"><code>9c3182a</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/35a55d2cc0142237e3c30af5fd49f5469384725c"><code>35a55d2</code></a> Remove dependency on cfg-if</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/0935295488ea38e0194c28a6a359a61386e8d253"><code>0935295</code></a> epoch: Remove unused autocfg dependency</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/e02133bcfb430e50283470324032c2c4ed187611"><code>e02133b</code></a> Use const thread_local</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/5a15fc28e987a6ebfc341a8293a93dc3da228468"><code>5a15fc2</code></a> More correct buffer allocation</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/7389cdf77ff6112957fd0708d2bedeec7da4765e"><code>7389cdf</code></a> ci: Remove scripts that call single command</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/4ef4f09a8963f2da3eaa0b1d1cee8b4a67116513"><code>4ef4f09</code></a> Ignore dead_code warnings for tuple structs</li> <li>See full diff in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.10...crossbeam-channel-0.5.11">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.10&new-version=0.5.11)](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:47 +01:00
adam closed this issue 2026-01-05 14:53:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1028