-
-
Notifications
You must be signed in to change notification settings - Fork 723
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
#741
Conversation
2588281
to
ec55c7b
Compare
Currently breaking and complaining that traits are note implemented although they should be.. Do I miss some import statement or feature-flag?
|
it's probably because of |
@jxs: Ahh okay. So I guess the plan is to update bytes to 0.6 for warp and hyper, right? |
Unfortunately, `warp` doesn't support `tokio` 0.3.X yet. seanmonstar/warp#741
Superseeded by #753 |
Bump
tokio
and related dependencies (hyper
,tokio-rustls
,tokio-tungstenite
).Checklist
hyper
(feat: update to Tokio 0.3 hyperium/hyper#2317)tokio-tungstenite
to make a release withtokio 0.3
bytes
to0.6
forwarp
bytes
to0.6
forhyper
(feat: updatebytes
to 0.6, update http-body hyperium/hyper#2339)Fixes #725