danielSanchezQ / warp-reverse-proxy

Fully composable warp filter that can be used as a reverse proxy.
https://github.com/danielSanchezQ/warp-reverse-proxy
MIT License
48 stars 18 forks source link

Do not depend on warp default features #59

Closed beltram closed 9 months ago

beltram commented 1 year ago

Hey there, just got a warning in my project starting Rust 1.68 that in future Rust version it won't compile because of buf_redux crate which is a transitive dependency of this crate through multipart crate which is also a default feature of warp.

Since this is not required by this crate, I propose you to stop relying upon warp default features.

More details about the compilation issue here. It looks like it won't be resolved anytime soon

danielSanchezQ commented 1 year ago

Hi @beltram , sorry for the delay on this. I Actually got no notification (or probably got flooded by some others). I'll take a look, but if it is not needed it would actually make sense. Thanks for all.

kpcyrd commented 1 month ago

hi! :)

any chance we could get a new release with this change included? thanks!