[PR #146] [MERGED] Updated crossbeam-channel to 0.5 and ran Cargo update #323

Closed
opened 2026-06-08 11:27:09 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/146
Author: @thomastay
Created: 5/31/2021
Status: Merged
Merged: 6/8/2021
Merged by: @bootandy

Base: masterHead: master


📝 Commits (1)

  • 409f983 Updated crossbeam-channel to 0.5 and ran Cargo update

📊 Changes

2 files changed (+74 additions, -81 deletions)

View changed files

📝 Cargo.lock (+73 -80)
📝 Cargo.toml (+1 -1)

📄 Description

Hi! I use dust a lot, and was looking into the code. Hope its alright if I introduce some code cleanups:
PR number (1) is a tiny PR to update the dep of crossbeam_channel to the latest of 0.5.1, as well as run Cargo update.
https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-channel/CHANGELOG.md#version-051

Looking at the changelog, there are no incompatibilities for 0.5.
This reduces the number of duplicated dependencies in the Cargo lock.


🔄 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/bootandy/dust/pull/146 **Author:** [@thomastay](https://github.com/thomastay) **Created:** 5/31/2021 **Status:** ✅ Merged **Merged:** 6/8/2021 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`409f983`](https://github.com/bootandy/dust/commit/409f983a602b0a35222d7fa2f7ec8d172a8195f2) Updated crossbeam-channel to 0.5 and ran Cargo update ### 📊 Changes **2 files changed** (+74 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+73 -80) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Hi! I use dust a lot, and was looking into the code. Hope its alright if I introduce some code cleanups: PR number (1) is a tiny PR to update the dep of crossbeam_channel to the latest of 0.5.1, as well as run Cargo update. https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-channel/CHANGELOG.md#version-051 Looking at the changelog, there are no incompatibilities for 0.5. This reduces the number of duplicated dependencies in the Cargo lock. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:09 +03:00
zhus closed this issue 2026-06-08 11:27:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#323