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

Replace Surf with Reqwest to allow for upgrading Tokio to 1.x. #93

Conversation

BoboFraggins
Copy link

I don't know if this is of interest to you, but I got into a dependency problem with Tokio. As I am more familiar with Reqwest and it is already on Tokio 1.x, I went the route of switching out Surf with Tokio. All of the tests pass locally and it appears to fully work for my use case. If you are interested in this PR, I'd be happy to clean up any changes you require, otherwise feel free to close it.

Thanks for the great library.

@Empty2k12
Copy link
Collaborator

Hello @BoboFraggins, thanks for your PR 🚀 There's already an open PR for Reqwest at #92 by @msrd0. Did you have a chance to test if that also works for you? I intended on merging it soon once the CI errors are fixed.

@Empty2k12
Copy link
Collaborator

I think there's only the <dyn> fixes missing, which are part of your PR.

@msrd0
Copy link
Collaborator

msrd0 commented Jul 15, 2021

This PR does not seem to continue supporting async-std, which is probably undesirable

@msrd0
Copy link
Collaborator

msrd0 commented Oct 4, 2021

I'm closing this in favour of #92

@msrd0 msrd0 closed this Oct 4, 2021
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