dizda / fast-socks5

Fast SOCKS5 client/server implementation written in Rust async/.await (with tokio)
https://anyip.io/
MIT License
340 stars 67 forks source link

Update Tokio version #33

Closed lmsxyz closed 1 year ago

lmsxyz commented 1 year ago

I couldn't get fast-socks5 to work with new Tokio versions, unless I updated the project's dependencies versions as well.

I think this is good hygiene and best practices overall, with no harm. Let me know what you think!

dizda commented 1 year ago

Thanks for your PR