google-apis-rs / google-cloud-rs

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

General dependency upgrades #41

Closed Hirevo closed 3 years ago

Hirevo commented 3 years ago

This PR upgrades all dependencies for both google-cloud and google-cloud-derive crates.
This doesn't changes anything regarding our public API, but it may have upgraded the MSRV of the library.

This completes the dependency upgrades done with #35, for dependencies who upgraded between the creation of #35 and now.

Hirevo commented 3 years ago

Tests did hit the bug reported in #40, so I think we can still merge this and we'll fix that bug in a subsequent PR.