hyperium / tonic

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

Bump nightly to 2024-04-16 #1709

Closed alexrudy closed 4 months ago

alexrudy commented 4 months ago

Upgrading to hyper>=1 will reqiure that we upgrade axum to >= 0.7. Bumping nightly is required to support axum >= 0.7 on nightly, since it uses features not stabilized before this date. This is in turn reqiured to run cargo udeps against tonic and associated crates.

djc commented 4 months ago

Thanks!