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

Upgrade to Tokio v1.0 #108

Closed
4 tasks done
1tgr opened this issue Oct 20, 2020 · 4 comments · Fixed by #131
Closed
4 tasks done

Upgrade to Tokio v1.0 #108

1tgr opened this issue Oct 20, 2020 · 4 comments · Fixed by #131

Comments

@1tgr
Copy link
Owner

1tgr commented Oct 20, 2020

@1tgr
Copy link
Owner Author

1tgr commented Oct 20, 2020

Currently waiting on hyper: hyperium/hyper#2302

1tgr added a commit that referenced this issue Oct 21, 2020
1tgr added a commit that referenced this issue Oct 21, 2020
1tgr added a commit that referenced this issue Oct 22, 2020
1tgr added a commit that referenced this issue Oct 22, 2020
@hyyking
Copy link
Contributor

hyyking commented Nov 3, 2020

partially closed by #115

@1tgr 1tgr changed the title Upgrade to Tokio v0.3 Upgrade to Tokio v1.0 Dec 24, 2020
@1tgr
Copy link
Owner Author

1tgr commented Dec 24, 2020

hyper skipped tokio v0.3. hyper v0.14 depends on tokio v1.0 instead.

@1tgr
Copy link
Owner Author

1tgr commented Dec 24, 2020

  • bytes: bytes() -> chunk(), bytes_mut() -> chunk_mut()
  • hyper
    • Server code requires features=["server"]
    • Any HTTP 1 code requires features=["http1"]
    • Body::on_upgrade() -> hyper::upgrade::on(msg)

1tgr added a commit that referenced this issue Dec 24, 2020
1tgr added a commit that referenced this issue Dec 24, 2020
…kio, url

Update the rest of the dependency minor versions for testing

Update to tokio v1, bytes v1, hyper v0.14

Closes #108
Closes #129
Closes #130
1tgr added a commit that referenced this issue Dec 24, 2020
1tgr added a commit that referenced this issue Dec 24, 2020
1tgr added a commit that referenced this issue Dec 24, 2020
1tgr added a commit that referenced this issue Dec 24, 2020
@1tgr 1tgr closed this as completed in #131 Dec 24, 2020
1tgr added a commit that referenced this issue Dec 24, 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 a pull request may close this issue.

2 participants