cargo-update (1) Linux Manual Page
NAME cargo-update – Update the package dependencies SYNOPSIS cargo update [OPTIONS] DESCRIPTION Update dependencies as recorded in the local lock file. This command requires that a Cargo.lock already exists as generated by cargo build or related commands. If SPEC is given, then a conservative update of the lockfile will be performed. This means that only…
