Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

gabhijit
Copy link

  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

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)
6. Updated the version to v0.5.0
@gabhijit gabhijit mentioned this pull request Dec 29, 2020
1 task
Cargo.toml Show resolved Hide resolved
@jtgeibel
Copy link

Isn't this already covered by PR #79?

@seanmonstar
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants