Skip to content

Commit

Permalink
Resolve RUSTSEC-2020-0146 (#2242)
Browse files Browse the repository at this point in the history
## Issue Addressed

Closes #2237

## Proposed Changes

Bump `generic-array` to patched version `0.12.4`
  • Loading branch information
michaelsproul committed Mar 3, 2021
1 parent b30ff6a commit ac30cb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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 --ignore RUSTSEC-2020-0146
cargo audit

# Runs `cargo udeps` to check for unused dependencies
udeps:
Expand Down

0 comments on commit ac30cb9

Please sign in to comment.