You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rocket still depends on hyper 0.10.13 which is quite old (Aug 2017). Is there any specific reason for this or would you consider upgrading to newer releases?
Thanks!
The text was updated successfully, but these errors were encountered:
hyper 0.11 (and 0.12) have an entirely different Future-based API, which is not something Rocket can use effectively without exposing Futures or another async capability itself. I've done some preliminary work on that (see also #17 (comment)), and if everything goes well it should be completed during this year.
Hi there,
Rocket still depends on hyper
0.10.13
which is quite old (Aug 2017). Is there any specific reason for this or would you consider upgrading to newer releases?Thanks!
The text was updated successfully, but these errors were encountered: