programatik29 / axum-server

High level server designed to be used with axum framework.
MIT License
174 stars 60 forks source link

Update hyper dependency version #123

Closed damooo closed 1 month ago

damooo commented 1 month ago

Thanks for great work.

Currently hyper dependency version is mentioned as "1.0.1". This does not allow to use latest version like "1.4.0", etc. If we signify only minor version like "1.0", it can use "1.x" versions. Same with few other http crates.

NOBLES5E commented 1 month ago

I noticed this repository hasn't been very active recently. To address this and other pending issues, I've created a new crate called hyper-serve which includes recent bug fixes and updated dependencies.

If development on this original crate resumes, we can certainly look at implementing these dependency updates. In the meantime, hyper-serve may be a good option for those wanting the latest fixes and dependency versions.