We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd84757 + 9aa6ddb commit a854ccbCopy full SHA for a854ccb
.github/workflows/audit.yml
@@ -15,3 +15,9 @@ jobs:
15
- uses: rustsec/[email protected]
16
with:
17
token: ${{ secrets.GITHUB_TOKEN }}
18
+ ignore: "RUSTSEC-2021-0145"
19
+ # RUSTSEC-2021-0145 pertains `atty`, which is a depencency of
20
+ # `criterion`. While the latter removed the depencency in its
21
+ # newest version, it would also require a higher `rustc`. We
22
+ # therefore avoid bumping it to allow benchmarking with our
23
+ # `rustc` 1.63 MSRV.
0 commit comments