est31 / cargo-udeps

Find unused dependencies in Cargo.toml
Other
1.76k stars 46 forks source link

chore: Bump rand_core to 0.6.2 #90

Closed rajivshah3 closed 3 years ago

rajivshah3 commented 3 years ago

We're seeing a warning when installing 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