remove unused rustls-pemfile dependency

Dead code — certs are generated at startup, not loaded from PEM files.
Removes RUSTSEC-2025-0134 warning. Audit now passes clean.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Razvan Dimescu
2026-03-21 12:03:13 +02:00
parent 08aaebec7e
commit 216ec76640
3 changed files with 1 additions and 12 deletions

View File

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