dependency_check_rust

This script checks for dependency updates of the Rust project in the given directory ($PWD if not given).

Usage

$ scripts/dependency_check_rust.sh
$ scripts/dependency_check_rust.sh /tmp/example
    Updating crates.io index
     Locking 2 packages to latest compatible versions
    Updating log v0.4.22 -> v0.4.25
    Updating minreq v2.13.0 -> v2.13.2
warning: not updating lockfile due to dry run

More Information