Closed dspicher closed 1 year ago
Would you be interested in a PR that bumps clap to a 4.x version? See below for what triggered this.
clap
A PR for that would be very much welcomed
Would you be interested in a PR that bumps
clap
to a 4.x version? See below for what triggered this.cargo audit
```shell $ cargo audit -D warnings Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 553 security advisories (from /home/dominik/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (77 crate dependencies) Crate: ansi_term Version: 0.12.1 Warning: unmaintained Title: ansi_term is Unmaintained Date: 2021-08-18 ID: RUSTSEC-2021-0139 URL: https://rustsec.org/advisories/RUSTSEC-2021-0139 Dependency tree: ansi_term 0.12.1 └── clap 2.34.0 └── rusty-blockparser 0.11.0 Crate: atty Version: 0.2.14 Warning: unsound Title: Potential unaligned read Date: 2021-07-04 ID: RUSTSEC-2021-0145 URL: https://rustsec.org/advisories/RUSTSEC-2021-0145 Dependency tree: atty 0.2.14 └── clap 2.34.0 └── rusty-blockparser 0.11.0 error: 2 denied warnings found! ```