diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc950447..01e0f6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,4 +164,7 @@ jobs: --ignore RUSTSEC-2026-0099 `# rustls-webpki URI-constraint (#223)` \ --ignore RUSTSEC-2026-0104 `# rustls-webpki CRL panic (#223)` \ --ignore RUSTSEC-2026-0097 `# rand unsoundness (#246)` \ - --ignore RUSTSEC-2025-0141 `# bincode 1.x unmaintained (#247)` + --ignore RUSTSEC-2025-0141 `# bincode 1.x unmaintained (#247)` \ + --ignore RUSTSEC-2024-0436 `# paste unmaintained, via leptos+iroh (#316)` \ + --ignore RUSTSEC-2024-0370 `# proc-macro-error unmaintained, via iroh-blobs->genawaiter (#317)` \ + --ignore RUSTSEC-2023-0089 `# atomic-polyfill unmaintained, via iroh->postcard->heapless (#318)`