Crates.io | cargo-update-dep |
lib.rs | cargo-update-dep |
version | 1.0.0 |
source | src |
created_at | 2021-01-27 07:31:07.359578 |
updated_at | 2021-01-27 07:40:52.906839 |
description | CLI to upgrade rust dependencies in cargo.toml and cargo.lock files |
homepage | |
repository | |
max_upload_size | |
id | 347193 |
size | 18,263 |
Command line interface to upgrade a Rust specific dependency to a specific version in Cargo.toml
and Cargo.lock
files.
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
cargo install cargo-update-dep