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

update to rustls 0.23 #1457

Merged
merged 1 commit into from
Apr 2, 2024
Merged

update to rustls 0.23 #1457

merged 1 commit into from
Apr 2, 2024

Conversation

tottoto
Copy link
Contributor

@tottoto tottoto commented Apr 2, 2024

Resolves #1456.

Signed-off-by: tottoto <tottotodev@gmail.com>
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.1%. Comparing base (05d115b) to head (81c5939).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1457   +/-   ##
=====================================
  Coverage   72.1%   72.1%           
=====================================
  Files         78      78           
  Lines       6591    6591           
=====================================
  Hits        4747    4747           
  Misses      1844    1844           

@clux clux added the changelog-change changelog change category for prs label Apr 2, 2024
@clux clux added this to the 0.90.0 milestone Apr 2, 2024
Copy link
Member

@clux clux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again! Super helpful.

@@ -62,7 +62,7 @@ jsonpath-rust = { workspace = true, optional = true }
tokio-util = { workspace = true, features = ["io", "codec"], optional = true }
hyper = { workspace = true, features = ["client", "http1"], optional = true }
hyper-util = { workspace = true, features = ["client", "client-legacy", "http1", "tokio"], optional = true }
hyper-rustls = { workspace = true, optional = true }
hyper-rustls = { workspace = true, features = ["http1", "logging", "native-tokio", "ring", "tls12"], optional = true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah. Thanks for this.
I was a bit worried about potentially having to handle aws-lc-rs but this is a nice way to avoid having to deal with that immediately.

@clux clux merged commit 067b68d into kube-rs:main Apr 2, 2024
17 checks passed
@clux clux mentioned this pull request Apr 2, 2024
@clux clux changed the title update to rustls 0.23 update to rustls 0.23 Apr 3, 2024
@tottoto tottoto deleted the update-to-rustls-0.23 branch April 4, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-change changelog change category for prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade rustls to 0.23 and hyper-rustls 0.27
2 participants