cargo-outdated

Cargo subcommand to display outdated Rust dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Cargo subcommand for displaying when Rust dependencies are out of date

Commands

cargo-outdated

Examples

Check for outdated dependencies in current project$ cargo outdated
Show outdated dependencies in tree format with detailed info$ cargo outdated --format list
Check only root dependencies, excluding transitive ones$ cargo outdated --root-deps-only