Rust - Cargo - Update


$ cargo update is used to update the crates in the Cargo.lock file. It uses the dependencies found in the Cargo.toml file and updates the Cargo.lock file to the newest appropriate dependency.