-
Notifications
You must be signed in to change notification settings - Fork 466
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
update rustls to latest version #2107
Conversation
@@ -50,7 +50,7 @@ dns-over-https-rustls = ["dns-over-https"] | |||
dns-over-https = ["bytes", "h2", "http", "dns-over-rustls", "tokio-runtime"] | |||
dns-over-quic = [ | |||
"quinn", | |||
"rustls/quic", |
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.
features's been removed in https://github.com/rustls/rustls/releases/tag/v%2F0.22.0
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.
This looks good to me. @djc, any reason to wait on this in your opinion?
edit: oops, I spoke too soon, looks like there are some test failures.
looks liek we need this too quinn-rs/quinn#1723 quinn-rs/quinn#1715 |
h3-quiin needs an update and quinn-rs/quinn#1783 (comment) |
Waiting on hyperium/h3#238. |
New release with quinn v0.11 just landed: https://github.com/hyperium/h3/releases/tag/h3-quinn-v0.0.6 |
Started afresh in #2217 to try and clean things up a bit. |
closing in favor of #2217 |
the
ring
has been updated to 0.17, however the rustls 0.21 still relies on sct which adds older version of ring to the deps