fix audit: update rustls-webpki, ignore unmaintained pemfile warning

RUSTSEC-2026-0049 fixed by updating rustls-webpki 0.103.9 → 0.103.10.
RUSTSEC-2025-0134 (rustls-pemfile unmaintained) ignored — no replacement
available, warning only, not a vulnerability.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Razvan Dimescu
2026-03-21 11:59:52 +02:00
parent e04afe5b70
commit 8ab50844c2
2 changed files with 3 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ jobs:
- name: test
run: cargo test
- name: audit
run: cargo install cargo-audit && cargo audit
run: cargo install cargo-audit && cargo audit --ignore RUSTSEC-2025-0134