mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 18:08:44 +01:00
chore(deps): Update hyper for generated crates to ^0.10
You guessed it, again related to the openssl upgrade in dermesser/yup-oauth2#51. As long as the API crates depend on openssl 0.7 via hyper 0.9, any client using the APIs won't build :( For example, examples/drive_example/ in dermesser/yup-oauth2. Please regenerate and publish afterwards, if possible.
This commit is contained in:
@@ -26,7 +26,7 @@ name = "${util.program_name()}"
|
||||
% endif
|
||||
|
||||
[dependencies]
|
||||
hyper = "^ 0.9"
|
||||
hyper = "^ 0.10"
|
||||
## Must match the one hyper uses, otherwise there are duplicate similarly named `Mime` structs
|
||||
mime = "^ 0.2.0"
|
||||
serde = "^ 0.8"
|
||||
|
||||
Reference in New Issue
Block a user