Skip to content

Commit

Permalink
Update cargo audit CI job description to not mention env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Feb 1, 2023
1 parent 2879eb3 commit 1590d71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
#
# RUSTSEC-2021-0145: The vulnerability affects custom global allocators,
# so it should be safe to ignore it. Stop ignoring the warning once
# atty has been replaced in clap and env_logger:
# atty has been replaced in clap (when we upgrade to clap 4):
# https://github.com/clap-rs/clap/pull/4249
# https://github.com/rust-cli/env_logger/pull/246
run: |
cargo audit --deny warnings \
--ignore RUSTSEC-2020-0071 \
Expand Down

0 comments on commit 1590d71

Please sign in to comment.