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

Bump tokio from 0.2 to 0.3 #77

Closed
wants to merge 2 commits into from

Conversation

Urhengulas
Copy link

@Urhengulas Urhengulas commented Oct 20, 2020

Changes

  • Cargo.toml
    • bump tokio from 0.2 to 0.3
    • exchange tokio-tls with tokio-native-tls 0.2
  • stream:
    • adapt impl AsyncRead for MaybeHttpsStream
    • adapt impl AsyncWrite for MaybeHttpsStream
    • adapt impl Connection for MaybeHttpsStream

Fixes #76

Status

  • The examples still need to be adapted, but for that we require hyper to support tokio 0.3 → implemented in Tokio 0.3 Upgrade hyper#2319
    • hyper release including changes

Urhengulas and others added 2 commits October 20, 2020 19:08
* `Cargo.toml`
    * bump `tokio` from `0.2` to `0.3`
    * exchange `tokio-tls` with `tokio-native-tls 0.2`
* `stream`:
    * adapt `impl AsyncRead for MaybeHttpsStream`
    * adapt `impl AsyncWrite for MaybeHttpsStream`
    * adapt `impl Connection for MaybeHttpsStream`
@messense messense mentioned this pull request Nov 6, 2020
@mleonhard mleonhard mentioned this pull request Nov 13, 2020
1 task
@lberrymage lberrymage mentioned this pull request Dec 23, 2020
@godofdream
Copy link

Can be closed, as we have an pullrequest for tokio 1.0

@Urhengulas
Copy link
Author

Work continued in #79

@Urhengulas Urhengulas closed this Dec 29, 2020
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.

Upgrade to hyper 0.14
3 participants