Take the rustls 0.23.45 patch release - #42
Merged
Merged
Conversation
Move rustls from 0.23.43 to 0.23.45 and rustls-webpki from 0.103.14 to 0.103.15. Both are semver-compatible patch releases pulled in through reqwest and tokio-tungstenite, so Cargo.toml is unchanged. Only the lockfile moves. Re-resolving also re-pointed tempfile from getrandom 0.4.3 to 0.3.4, both already locked and both inside its ">=0.3.0, <0.5" range; that edge is kept at 0.4.3 so the change stays limited to rustls.
This was referenced Sep 14, 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The
checkjob currently fails on every branch at thecargo-auditgate, e.g. run 34874694806 onfix-grounding-stale-read, which had passed the same morning. The only failing gate is:This bumps
rustls0.23.43 → 0.23.45 andrustls-webpki0.103.14 → 0.103.15.Note
cargo update -p rustlsalso re-pointedtempfilefromgetrandom 0.4.3to0.3.4. That edge is restored to0.4.3to keep the change scoped;cargo metadata --lockedaccepts the result.Summary by cubic
Updates the locked
rustlspatch release to 0.23.45 so thecargo-auditgate stops failing on RUSTSEC-2026-0285. This also bumpsrustls-webpkito 0.103.15. OnlyCargo.lockchanges; the transitivetempfile→getrandomedge is pinned back to0.4.3to keep the diff scoped.Written for commit 2f6854e. Summary will update on new commits.