-
Notifications
You must be signed in to change notification settings - Fork 522
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
refactor: Minimize futures dependencies #2248
refactor: Minimize futures dependencies #2248
Conversation
dbd653e
to
b30c2f9
Compare
This reverts commit eb3664f.
I changed this pull request title to describe the current purposes. |
Thanks for your review! I fixed it and the ci is green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Replaces
futures
withfutures-util
to reduce unused trailing dependencies. Currently we still depend onfutures
viabackon
but it was fixed at Xuanwo/backon#47 and when it releases we can removefutures
from our dependency tree.