diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c67e7ae5..287c7f03a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,4 +74,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: audit - args: --ignore RUSTSEC-2020-0071 + args: --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2022-0093