hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.35k stars 957 forks source link

Bump hyper / http / http-body to 1.x version #1668

Closed tisonkun closed 3 months ago

tisonkun commented 3 months ago

hyper released 1.0 this year. So do http and http-body.

This is a request as a reminder here to upgrade these libraries to 1.x baseline so that tonic can work together with newer hyper / reqwest, axum version without glue conversions.

I tried to bump it but the new struct and type signature is broken a lot that a newcomer can hardly catch it up.

Perhaps you are already working on this; don't treat this issue an urgent, but as a todo ticket.

djc commented 3 months ago

Please check for open issues before you file new ones. This is just a duplicate of #1579.

tisonkun commented 3 months ago

Thank you! Closed as duplicate.