-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 the http
crate to version 1.0.0
#19179
Comments
Seems like https://crates.io/crates/http-types and https://crates.io/crates/hyper-proxy are on the latest version. Also, https://crates.io/crates/tokio-tungstenite (PR) is another crate that seems to affected by the http upgrade. |
Yes, both Agreed, at least part of the |
Note that |
Similarly, the last commit to |
That just leaves the two unmaintained crates, which will need to either be removed or forked and handled ourselves. |
Since we can't upgrade to tonic v12 yet due to #19179. Signed-off-by: Jesse Szwedko <[email protected]>
Since we can't upgrade to tonic v12 yet due to #19179. Signed-off-by: Jesse Szwedko <[email protected]>
This requires updating several crates simultaneously, only some of which currently have updates to their
http
dependencies. I will update this issue as the dependency crates are bumped:azure-sdk-for-rust
Consider replacing http-types crate with http crate Azure/azure-sdk-for-rust#1644axum
v0.7.0h2
v0.4.0headers
v0.4.0http
v1.0.0http-body
v1.0.0http-serde
v2.0.0http-types
Thehttp
dependency needs updating to v1.0.0 http-rs/http-types#520hyper
v1.0.1hyper-openssl
v0.10.1hyper-proxy
Thehttp
dependency needs updating to v1.0.0 tafia/hyper-proxy#42tonic
v0.12.0tower-http
v0.5.0The text was updated successfully, but these errors were encountered: