ferrous-systems / cargo-review-deps

A tool for auditing Cargo dependencies during updates
https://ferrous-systems.com/
Apache License 2.0
54 stars 4 forks source link

Implement `update-diff` command #4

Closed matklad closed 5 years ago

matklad commented 5 years ago

cargo review-deps update-diff -d diff -- --package foo --precise 1.2.3 should put the before/after snapshots of the packages that would be changed by cargo update --pacakge foo --precise 1.2.3 command, without doing the actual update.

implementation: