cargo-update

Cargo subcommand for checking and updating installed executables

brewmacoslinux
Try with needOr install directly
Source

About

Cargo subcommand for checking and applying updates to installed executables

Commands

cargo-update

Examples

Check for available updates to all installed binaries$ cargo install-update --list
Update a specific installed binary$ cargo install-update ripgrep
Update all outdated installed binaries$ cargo install-update --all