Skip to content
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

Upgrade to RusTLS v0.22 (some breaking changes) #1036

Closed
nyurik opened this issue Dec 5, 2023 · 0 comments · Fixed by #1136
Closed

Upgrade to RusTLS v0.22 (some breaking changes) #1036

nyurik opened this issue Dec 5, 2023 · 0 comments · Fixed by #1136

Comments

@nyurik
Copy link
Member

nyurik commented Dec 5, 2023

Rustls crate has made a number of breaking changes in v0.22. Most of them require reading documentation and seeing what rustls expects of their users now.

The new Cargo.toml would have these (and corresponding .workspace=true entries)

rustls = "0.22"
rustls-native-certs = "0.7"
rustls-pemfile = "2"
rustls-pki-types = { version = "1" }  # Probably needed
rustls-webpki = { version = "0.102" }  # Might be needed?
webpki-roots = { version = "0.26" }  # Might be needed?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant