hjr3 / hyper-timeout

A timeout connector for the hyper client
Other
25 stars 10 forks source link

Cleanup dependencies #20

Closed tesaguri closed 3 years ago

tesaguri commented 3 years ago

hyper v0.14.2 exposed connect types without http1/http2 features so they are not required anymore.

bytes does not appear in trait bounds of tokio::io::Async{Read,Write} methods anymore so the dependency can be removed.

hjr3 commented 3 years ago

Thank you. I was waiting for that change to land.