Crates.io | version-checker |
lib.rs | version-checker |
version | 0.1.13 |
source | src |
created_at | 2021-01-12 20:56:13.368186 |
updated_at | 2021-01-15 15:05:24.921432 |
description | A clean, easy to use version checker built to help you track problems with your dependencies |
homepage | |
repository | |
max_upload_size | |
id | 341081 |
size | 170,267 |
A platform agnostic version checking utility for your cargo crates.
Reads your Cargo.toml and parses out the dependencies, processing their versions and comparing them to a list of known security advisories, as well as their most recent version on crates.io.
cargo install version-checker
version-checker --help
version-checker --no-update
Hides the "Update Available" message from being printed to the terminal.
version-checker --manifest ./path/to/Cargo.toml
Processes the indicated manifest file instead of trying to find the default one automatically.
version-checker --deep
This mode makes the program check the immediate dependencies of your dependencies, to see if they have any security advisories, or if they have any updates available to them which you might need to take into account.
Note:
This mode will take longer to run based on how many dependencies you have for it to check.