cargo-update 22.1.0

A cargo subcommand for checking and applying updates to installed executables
Documentation
1
2
3
4
5
extern crate cargo_update;
extern crate chrono;
extern crate semver;

mod ops;