cargo-update (1) Linux Manual Page
cargo-update – Update the package dependencies Synopsiscargo update [OPTIONS] DescriptionUpdate 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 the dependency specified…
