From fd6815997d9429af2a744b87eaea8e316e4e7708 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Tue, 31 Jan 2017 19:13:23 +0100 Subject: [PATCH] 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. --- src/mako/Cargo.toml.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mako/Cargo.toml.mako b/src/mako/Cargo.toml.mako index e62c826459..0ab9bc3bde 100644 --- a/src/mako/Cargo.toml.mako +++ b/src/mako/Cargo.toml.mako @@ -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"