fix(deps): update rustls-webpki for RUSTSEC-2026-0104#7791
Conversation
|
If you're new to commit signing, there are different ways to set it up: Sign commits with
|
1d12d67 to
9cd7218
Compare
Upgrade rustls-webpki from 0.103.12 to 0.103.13 to address RUSTSEC-2026-0104. Closes tari-project#7780.
9cd7218 to
fd14948
Compare
|
Pushed an updated commit signed via SSH (new head: fd14948). CI is showing “action_required” with 0 jobs, so I suspect it’s just waiting for maintainer approval to run workflows on this PR/fork. |
Description
Update rustls-webpki from 0.103.12 to 0.103.13 in Cargo.lock.
This addresses RUSTSEC-2026-0104, a reachable panic in certificate revocation list parsing.
Motivation and Context
Issue #7780 reports the advisory against rustls-webpki 0.103.12. The patched stable release is 0.103.13, so this PR keeps the update lockfile-only and avoids broader TLS dependency churn.
How Has This Been Tested?
Note: local toolchain in this environment is rustc 1.92.0 while the workspace requires 1.93.0; therefore --ignore-rust-version was used for local cargo check verification.
What process can a PR reviewer use to test or verify this change?
Breaking Changes
Closes #7780.