X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Faudit.yml;h=e617573a3813790cc5a0aaea176cf7c76bbeb52e;hb=07f33800a163ba867a8ac8d22130e8f7058b96ed;hp=e7e82ee41ee00f32e46df159f283b7b1ab9d2840;hpb=73da722d18af7b510711c405154d81c1c9458942;p=rust-lightning diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index e7e82ee4..e617573a 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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.