Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)`