jvdwrf / axum-tonic

36 stars 9 forks source link

Update for axum 0.7 and hyper 1 #8

Open newtykip opened 6 months ago

newtykip commented 6 months ago

Axum 0.7 brings many breaking changes to the API, including using hyper 1. This makes this crate incompatible with the latest version. I can't find any references as to how you might be able to do this online, however earlier today an issue was created requesting that the multiplex example be updated in the axum repository (tokio-rs/axum#2736)

makorne commented 4 months ago

Thats bad :(

So it is incompatible with own crate axum-typed-routing

avsaase commented 1 month ago

I opened https://github.com/jvdwrf/axum-tonic/pull/9 to update all the dependencies. Let me know if this works for you.