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

Update to warp 3.0 #32

Closed samuel-rufi closed 3 years ago

samuel-rufi commented 3 years ago

Description of change

Warp 3.0 is finally released which makes use of tokio 1 :) This PR updates all dependencies.

How the change has been tested

I did run all the tests in lib.rs. All tests did pass.

danielSanchezQ commented 3 years ago

Thanks! I was planning on doing this asap since warp was recently updated. I have to publish a previous version compatible with tokio0.2 still and then a version with the newest tokio1.

samuel-rufi commented 3 years ago

Perfect, thanks for the fast response :)