http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 119 forks source link

Upgrade `rustls` to 0.19 #340

Open jakubadamw opened 2 years ago

jakubadamw commented 2 years ago

The 0.20 upgrade of it would have been much more substantial with quite a few breaking changes, so this is not included.

mfelsche commented 2 years ago

Turns out we depend on this change with our usage of surf and http-client and would love to get this out with a new release. :heart:

jakubadamw commented 2 years ago

@Fishrock123 any chance we could get this in?

halvors commented 1 year ago

@Fishrock123 Bump?

Fishrock123 commented 1 year ago

since this crate exposes rustls api this is a breaking change, requiring a major, and that makes it require effort and I am short on time these days