#cargo-lock #upgrade #toml #cli #update-dep

app cargo-update-dep

CLI to upgrade rust dependencies in cargo.toml and cargo.lock files

2 releases (1 stable)

1.0.0 Jan 27, 2021
0.1.0 Jan 27, 2021

#511 in Cargo plugins

MIT/Apache

10KB
178 lines

cargo-update-dep

Command line interface to upgrade a Rust specific dependency to a specific version in Cargo.toml and Cargo.lock files.

Usage

To update the package lazy_static from version 1.3.0 to version 1.4.0:

cargo update-dep -p lazy_static -v 1.3.0 -n 1.4.0

Installation

cargo install cargo-update-dep

Dependencies

~3–5MB
~93K SLoC