mozilla / cargo-vet

supply-chain security for Rust
Apache License 2.0
650 stars 43 forks source link

Simplify command for showing crate dependencies #479

Closed bkrl closed 1 year ago

bkrl commented 1 year ago

Avoid useless use of cat by making grep read from Cargo.lock directly and replace sort | uniq with sort -u.