hyperium / hyper-tls

Apache License 2.0
189 stars 95 forks source link

Support for 'hyper-0.14' and 'tokio-1' (#76) #83

Closed gabhijit closed 3 years ago

gabhijit commented 3 years ago
  1. Updated the dependencies in Cargo.toml.
  2. Started using 'tokio-native-tls' as opposed to deprecated 'tokio-tls'
  3. Updated implementation of poll_read to confirm to new signature as per new API.
  4. Other Fixes to get build working. (Tested with hyper-0.14.1 and tokio-1.0.1)
  5. Updated the version to v0.5.0
jtgeibel commented 3 years ago

Isn't this already covered by PR #79?

seanmonstar commented 3 years ago

Thanks for the PR! We've just merged #79 which did this.