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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user