A cargo
subcommand for checking and applying updates to installed executables
shell
cargo install cargo-update
cargo install-update -a
- check for newer versions and update all installed packages.
cargo install-update
crate1 crate2 crate3 - check for newer versions and update selected packages, will not install new packages.
For more information and examples see the manpage.
cargo-update
will attempt to update itself, for it discriminates not, and will work on Linux, but will fail on Windooze.