#version #checker #help #checking #utility #cargo #problem

app version-checker

A clean, easy to use version checker built to help you track problems with your dependencies

5 releases

0.1.13 Jan 15, 2021
0.1.12 Jan 15, 2021
0.1.11 Jan 15, 2021
0.1.1 Jan 15, 2021
0.1.0 Jan 12, 2021

#1636 in Development tools

MIT license

96KB
1K SLoC

Version Checker

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.

Installation

cargo install version-checker

Usage

Help

version-checker --help

No Update

version-checker --no-update

Hides the "Update Available" message from being printed to the terminal.

Manifest

version-checker --manifest ./path/to/Cargo.toml

Processes the indicated manifest file instead of trying to find the default one automatically.

Deep mode

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.

Dependencies

~14–30MB
~442K SLoC