Byron / google-apis-rs

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

Upgrade to Hyper 1.0 #459

Open thomas001 opened 7 months ago

thomas001 commented 7 months ago

See https://seanmonstar.com/blog/hyper-v1/. The API changed, so this might mean a new major version in semver for google-apis-rs as well.

Byron commented 7 months ago

Thanks for the hint!

As these crates are in maintenance mode, contributions will be needed to make this happen. Thanks for your understanding.

k-bx commented 5 months ago

@thomas001 did you have any progress on this one by any chance?

thomas001 commented 5 months ago

@k-bx Hi Kostia, unfortunately, I don't think I'll find time to work on this any time soon. I think this would be a nice little project to get to know hyper 1.0 better, but I am limited by available time.

IvanUkhov commented 3 months ago

I think it is yup-oauth2 that should upgrade first. Created a tracking issue: https://github.com/dermesser/yup-oauth2/issues/214. So if someone wants to help out, it should be there to begin with.

IvanUkhov commented 1 month ago

yup-oauth2 has been updated. So this is relevant now.