diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 3cefdc46e..444285647 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -83,4 +83,4 @@ jobs: if: always() working-directory: integration-tests/chain-signatures run: | - cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0019 --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2022-0093 + cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0019 --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2024-0347