kbknapp / cargo-outdated

A cargo subcommand for displaying when Rust dependencies are out of date
MIT License
1.17k stars 87 forks source link

Cargo.lock has yanked versions of zerocopy and wasm-bindgen #384

Open w-flo opened 4 months ago

w-flo commented 4 months ago

FYI:

warning: package `wasm-bindgen v0.2.88` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `zerocopy v0.7.21` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked

This zerocopy version has unsound code, but I'm not sure if it's relevant to cargo-outdated, I suspect it should be okay. wasm-bindgen was yanked for a rather boring reason (unintended breaking change).

So probably not a very important issue, just wanted to point it out.