killercup / cargo-edit

A utility for managing cargo dependencies from the command line.
http://killercup.github.io/cargo-edit/
MIT License
3.01k stars 144 forks source link

warning about yanked dependency crossbeam-channel v0.5.6 #853

Closed eric-seppanen closed 5 months ago

eric-seppanen commented 1 year ago
$ cargo install --locked cargo-edit
    Updating crates.io index
  Downloaded cargo-edit v0.11.11
  Downloaded 1 crate (66.6 KB) in 0.24s
  Installing cargo-edit v0.11.11
    Updating crates.io index
warning: package `crossbeam-channel v0.5.6` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
...

Looks like crossbeam-channel >= 0.5.0 <= 0.5.7 were all yanked due to crossbeam issue 971, and 0.5.8 was released on April 9.

eric-seppanen commented 5 months ago

Fixed in #854.