Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.02k stars 135 forks source link

Support yup-oauth2 v8.3.3 with hyper-rustls v0.25 #481

Closed IvanUkhov closed 6 months ago

IvanUkhov commented 6 months ago

The following has been merged and released:

https://github.com/dermesser/yup-oauth2/pull/213

Byron commented 6 months ago

Thanks a lot! In theory, Cargo.toml.mako should be the file to edit to change the dependency version, and CI should be able to do the testing for you in case you are open to submit a PR 🙏.

IvanUkhov commented 6 months ago

Thank you for this family of crates!

My understanding is that there are breaking changes there. Tried to upgrade in one project, and it was not a matter of bumping the version number, unfortunately.