Summary
The command "cargo update" can be used to update dependencies in the Cargo.lock file to the latest version. If the Cargo.lock file does not exist, it will be created with the latest available versions.
1
Additionally, "cargo update" looks at version constraints, figures out the latest ones, and then upgrades the lockfile to use the latest versions without messing with the constraints.
2
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
This command will update dependencies in the Cargo.lock file to the latest version. If the Cargo.lock file does not exist, it will be created with the latest available versions.
See
cargo update - The Cargo Book
rust-lang.org
T1M-LRD-Tech Cargo Upgrades are an upgrade module that increases the craft's cargo storage capacity, by either a flat rate or a percentage of the cargo ...
Cargo Upgrade - Official Avorion Wiki
fandom.com
A `cargo` subcommand for checking and applying updates to installed executables ... This library is used by cargo-update itself for all its function and is ...
cargo_update - Rust
docs.rs