Skip to content

Commit bf8bc15

Browse files
committed
Update to recent cargo-audit
1 parent 5aade8c commit bf8bc15

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/dependency-check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
rustup toolchain install nightly
6060
- name: Run Cargo Audit
6161
run: |
62-
# cargo-audit 0.20 is giving us trouble in CI - it's failing to build the package.
63-
# not clear what's causing this, but we work around it by pinning to 0.19
64-
cargo install cargo-audit@^0.19
62+
cargo install cargo-audit
6563
# Explanation for ignored issues:
6664
# * RUSTSEC-2018-0006: Uncontrolled recursion in `yaml-rust`, which is included by `clap` v2. `clap` itself already updated to a safe
6765
# version of `yaml-rust`, which will be released in `v3` and additionally,

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)