diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 37f8f8a525407..9ba1fe39d324b 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -48,4 +48,4 @@ jobs: - name: Run audit check # Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example: # run: cargo audit --ignore RUSTSEC-2026-0001 - run: cargo audit + run: cargo audit --ignore RUSTSEC-2024-0436 --ignore RUSTSEC-2024-0014