14 - uses: actions/checkout@v3
15 - uses: rustsec/audit-check@v1.4.1
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