google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Update tokio to 1.x #37

Closed jiayihu closed 3 years ago

jiayihu commented 3 years ago

This updates the dependencies of google-cloud so that it can be used with Tokio 1.x

Hirevo commented 3 years ago

Hello,

Sorry for my long absence, and thanks for having taken the time to put this PR together.
We're indeed now doing a very much needed and long overdue dependency upgrade.
As there was two PRs open doing this upgrade (this one and #35), I merged the one that made the most upgrades and completed it with the remaining upgrades, so I am going to close this one.

But still thanks for having taken the time for this and showing your interest in the library.
You can expect a new crates.io release with all dependencies upgraded very shortly.

jiayihu commented 3 years ago

No problem, thanks for taking your time to review the PRs and releasing a new version!