fix(deps): update rustls for RUSTSEC-2026-0285 - #9212
Merged
Merged
Conversation
Xuanwo
marked this pull request as ready for review
September 14, 2026 16:50
BubbleCal
approved these changes
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 cargo-deny job fails on RUSTSEC-2026-0285 because the lockfiles select rustls 0.23.40. Update rustls to the patched 0.23.45 release in the workspace, Python, and Java lockfiles, together with its required aws-lc and webpki dependencies.
Validation uses cargo-deny 0.19.0, matching CI: the workspace passes all checks and Java passes the advisory check. Python no longer reports the rustls advisory, but its advisory check remains blocked by existing PyO3 0.28.3 advisories RUSTSEC-2026-0176 and RUSTSEC-2026-0177; the PyO3 upgrade is covered separately by #8997.