mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-02 02:09:58 -07:00
There are no important changes in the new tower version. The only reason i'm bumping it is because it exposes our mis-configuration of tokio: We depend on API surface enabled by `io-std`, but don't enable that feature. Tower 0.5.2 pulls in that feature though, and our code works anyway. Tower 0.5.3 no longer requires this feature and our code stops compiling.