Skip to content

Commit

Permalink
Merge pull request #2898 from tnull/2024-02-ignore-RUSTSEC-2021-0145
Browse files Browse the repository at this point in the history
Have CI's `cargo audit` ignore `RUSTSEC-2021-0125`
  • Loading branch information
TheBlueMatt committed Feb 20, 2024
2 parents cd84757 + 9aa6ddb commit a854ccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ jobs:
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: "RUSTSEC-2021-0145"
# RUSTSEC-2021-0145 pertains `atty`, which is a depencency of
# `criterion`. While the latter removed the depencency in its
# newest version, it would also require a higher `rustc`. We
# therefore avoid bumping it to allow benchmarking with our
# `rustc` 1.63 MSRV.

0 comments on commit a854ccb

Please sign in to comment.