Release v2.0.1 (#2726)

## Issue Addressed

NA

## Proposed Changes

- Update versions to `v2.0.1` in anticipation for a release early next week.
- Add `--ignore` to `cargo audit`. See #2727.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-10-18 03:08:32 +00:00
parent 180c90bf6d
commit fff01b24dd
7 changed files with 10 additions and 10 deletions

View File

@@ -164,7 +164,7 @@ arbitrary-fuzz:
# Runs cargo audit (Audit Cargo.lock files for crates with security vulnerabilities reported to the RustSec Advisory Database)
audit:
cargo install --force cargo-audit
cargo audit
cargo audit --ignore RUSTSEC-2020-0071
# Runs `cargo udeps` to check for unused dependencies
udeps: