-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 hyper 1.0 #2039
Comments
hyper-rustls 0.26 now seems to support hyper 1.0. |
Currently blocked by seanmonstar/reqwest#2039
We now build hyper twice because reqwest still depends on hyper 0.14. This will be solved once reqwest is on hyper 1. seanmonstar/reqwest#2039
Made a lot of progress today, most tests are passing. Seems the unstable h3 feature is blocked, since Quinn currently depends on rustls 0.21 (quinn-rs/quinn#1715), but hyper-rustls depends on rustls 0.22. |
@seanmonstar merging #2059 is expected to be a breaking change? Asking because I'm working on a service that depends on It's recommended to wait for this to be closed, or the public APIs will not be changed? |
I skimmed through the PR and the only "breaking" change I found is the temporary removal of http3 feature, which is gated behind reqwest unstable cfg so it's probably ok. |
First of all, yay, it's done and merged!
I'm skeptical. I thought many public types such as |
Correct, it is a breaking change. The exposed |
Can I ask for a clarification about this? I see it's merged but not released yet but some versions with the old Is the release blocked on something else (docs or something else?) or does this just wait for the release itself? |
Reqwest 0.12 was released yesterday with this. |
Currently blocked by seanmonstar/reqwest#2039
A tracking issue for upgrading reqwest to use hyper 1.0. It'll be a breaking change, and we should probably include some other breaking fixes that have piled up. But those can be tracked else where. This is just the items needed to update the hyper dependency.
The text was updated successfully, but these errors were encountered: