Bump rustls-webpki to 0.103.13 (RUSTSEC-2026-0104)#4357
Merged
squadgazzz merged 1 commit intomainfrom Apr 22, 2026
Merged
Conversation
Patch-level update of the transitive `rustls-webpki` dep pulled in via `rustls-platform-verifier` / `reqwest`. Fixes a reachable panic in CRL parsing reported as RUSTSEC-2026-0104. Lockfile-only change; cargo also dedupes a few already-present transitive versions while resolving.
jmg-duarte
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cargo auditis currently failing onmaindue to RUSTSEC-2026-0104 — a reachable panic inrustls-webpki's CRL parsing (affected:0.103.0..0.103.13).rustls-webpkiis a transitive dep (viarustls-platform-verifier→reqwest); no direct manifest bump is needed. Rancargo update -p rustls-webpki --precise 0.103.13to move the lockfile from0.103.12→0.103.13.windows-sys 0.60.2andsyn 1.0.109, both of which already existed in the lockfile onmain— no new crate versions were introduced.Test plan