You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust-lang/cargo#3704 suggests that the best way to do this is by parsing the JSON output of cargo metadata rather than the Cargo.lock file. The main difference in a workspace is that there may not be a "root" package.
I just want to chime in and say that this would be incredibly useful! I use cargo outdated quite a bit. Rocket has plenty of example crates (~30), and it would be nice to use cargo outdated --all (or something similar) to check whether all of their dependencies are up to date.
It would be nice to provide a flag to view outdated dependencies for the entire workspace.
The text was updated successfully, but these errors were encountered: