-
Notifications
You must be signed in to change notification settings - Fork 185
RUST-2171 Update rustls
to 0.23
#1322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctz thank you for this PR! A few changes requested:
- There is a failure in the CI lint task. Can you run
cargo +1.84 clippy && cargo +1.84 clippy --all-features
and fix? (see.evergreen/check-clippy.sh
for the CI script) - The latest commit to
main
includes a fix to our MSRV task. Can you please merge/rebase so that we can run the MSRV task properly to check if this new version complies with our MSRV? If not, we may need to bump it.
I can also make and push these changes to your branch if you'd prefer.
rustls 0.21 is EOL for security support at the end of March 2025. - Drop rustls-pemfile, as it is now incorporated into rustls-pki-types; use the new iterator-based API. - Use the ring-based provider, to align with previous version's build-time requirements.
Rebased and fixed the clippy lint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change requested, otherwise LGTM. Going to tag in the other member of the team for review as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo Isabel's proposed changes; thank you for contributing these updates!
Co-authored-by: Isabel Atkinson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctz thanks again for your contribution! I'll merge this once CI has finished running
Thanks for using rustls! |
rustls 0.21 is EOL for security support at the end of March 2025.