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

Update to reqwest 0.10 #8

Closed
MOZGIII opened this issue Mar 24, 2020 · 2 comments
Closed

Update to reqwest 0.10 #8

MOZGIII opened this issue Mar 24, 2020 · 2 comments

Comments

@MOZGIII
Copy link

MOZGIII commented Mar 24, 2020

reqwest 0.10 has switched to std::future::Future, hyper 0.13 and tokio 0.2!

We're upgrading the dependencies, and we noticed this crate is still using reqwest 0.9. Any plans on upgrading to reqwest 0.10+?

@durch
Copy link
Owner

durch commented May 4, 2020

@MOZGIII Thanks for raising this, yeah, there will be an update geared towards moving to futures 0.3 in the next two weeks.

@durch
Copy link
Owner

durch commented May 4, 2020

Turned out to be much less of a hassle, version 0.7.0 pushed to crates.io. In addition to dependency updates API is now async first, and functions have nicer names, get_token and get_token_blocking.

@durch durch closed this as completed May 4, 2020
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

No branches or pull requests

2 participants