diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5884db..62cf2ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,9 @@ jobs: --ignore RUSTSEC-2026-0006 \ --ignore RUSTSEC-2026-0020 \ --ignore RUSTSEC-2026-0021 \ - --ignore RUSTSEC-2026-0012 + --ignore RUSTSEC-2026-0012 \ + --ignore RUSTSEC-2026-0037 \ + --ignore RUSTSEC-2026-0049 - name: Upload audit report if: always() diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 637ff66..e4d2ff4 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,7 +28,9 @@ jobs: --ignore RUSTSEC-2026-0006 \ --ignore RUSTSEC-2026-0020 \ --ignore RUSTSEC-2026-0021 \ - --ignore RUSTSEC-2026-0012 + --ignore RUSTSEC-2026-0012 \ + --ignore RUSTSEC-2026-0037 \ + --ignore RUSTSEC-2026-0049 deny: name: Cargo Deny