-
Notifications
You must be signed in to change notification settings - Fork 596
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
TODO: Update tokio to 1.0 #1021
Comments
Bumping this issue. Can someone list what dependencies need to be updated before we can update the lib? |
Reqwest: seanmonstar/reqwest#1076 |
async-tungstenite needs to be updated to |
@bahlo serenity's deps can't be updated to anything using |
@KamranMackey I'm aware – I was listing other dependencies that need to be updated as well as reqwest for Tokio |
Hyper needs to be updated to support v0.3 before reqwest can be updated, so it's going to be a while until this is completed. |
Hyper seems to be waiting on tokio to go stable and release its 1.0 version (which is expected to happen in the next weeks), before it then very soon after releases its v0.14. |
Once 1.0 releases, this issue will be updated to use that version instead of 0.3 |
tokio 1.0 is out: https://tokio.rs/blog/2020-12-tokio-1-0 |
Hyper has been upgraded to v0.14 according to the article. |
Reqwest has merged the update: seanmonstar/reqwest#1076. Waiting on release |
Reqwest v0.11 (which includes bytes v1.0, tokio v1.0, and hyper v0.14) has been released: seanmonstar/reqwest#1133. This issue should be unblocked now. See #1161 |
Resolved by a27d7bb |
Opening an issue here as a reminder to update tokio to the latest version and fix any breaking changes.
NOTE: this is now v1.0
The text was updated successfully, but these errors were encountered: