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

refactor: Minimize futures dependencies #2248

Merged
merged 7 commits into from
May 10, 2023

Conversation

tottoto
Copy link
Contributor

@tottoto tottoto commented May 9, 2023

Replaces futures with futures-util to reduce unused trailing dependencies. Currently we still depend on futures via backon but it was fixed at Xuanwo/backon#47 and when it releases we can remove futures from our dependency tree.

@tottoto tottoto force-pushed the replace-futures-with-futures-util branch from dbd653e to b30c2f9 Compare May 9, 2023 21:15
@tottoto tottoto marked this pull request as draft May 9, 2023 21:34
@tottoto tottoto marked this pull request as ready for review May 9, 2023 22:13
Cargo.lock Outdated Show resolved Hide resolved
@tottoto tottoto changed the title refactor: Replace futures with futures-util refactor: Minimize futures dependencies May 10, 2023
@tottoto
Copy link
Contributor Author

tottoto commented May 10, 2023

I changed this pull request title to describe the current purposes.

@tottoto tottoto requested a review from Xuanwo May 10, 2023 09:31
@tottoto
Copy link
Contributor Author

tottoto commented May 10, 2023

Thanks for your review! I fixed it and the ci is green.

Copy link
Contributor

@ClSlaid ClSlaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

bin/oay/Cargo.toml Outdated Show resolved Hide resolved
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@Xuanwo Xuanwo merged commit c979db9 into apache:main May 10, 2023
@tottoto tottoto deleted the replace-futures-with-futures-util branch May 10, 2023 11:07
@Xuanwo Xuanwo mentioned this pull request May 23, 2023
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 this pull request may close these issues.

3 participants