Closed rajivshah3 closed 3 years ago
We're seeing a warning when installing cargo-udeps:
cargo-udeps
warning: package `rand_core v0.6.1` in Cargo.lock is yanked in registry `crates.io`, consider running without --locked
rand_core 0.6.0 and 0.6.1 were yanked because of a security advisory, so this PR bumps the yanked version to 0.6.2
rand_core
We're seeing a warning when installing
cargo-udeps
:rand_core
0.6.0 and 0.6.1 were yanked because of a security advisory, so this PR bumps the yanked version to 0.6.2