From 59193d4e2d51b5284b446f13d4f9f300b132d394 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Thu, 2 Feb 2017 19:27:43 +0100 Subject: [PATCH] chore(deps): Upgraded examples to hyper=0.10 This should get rid of openssl-sys 0.7 once and for all (#51). --- examples/drive_example/Cargo.toml | 6 +++--- examples/service_account/Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/drive_example/Cargo.toml b/examples/drive_example/Cargo.toml index 993f213..6db6fbb 100644 --- a/examples/drive_example/Cargo.toml +++ b/examples/drive_example/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["Lewin Bormann "] [dependencies] -yup-oauth2 = "1.0" -google-drive3 = "1.0" -hyper = "0.9" +yup-oauth2 = "^ 1.0" +google-drive3 = "^ 1.0" +hyper = "^ 0.10" diff --git a/examples/service_account/Cargo.toml b/examples/service_account/Cargo.toml index cdb3a78..75083b4 100644 --- a/examples/service_account/Cargo.toml +++ b/examples/service_account/Cargo.toml @@ -9,6 +9,6 @@ base64 = "0.2" # version of yup-oauth2, leading to type errors. For testing changes locally, download # github.com/Byron/google-apis-rs, and use the local yup-oauth2 crate in the google-pubsub1 # crate as well as here. -yup-oauth2 = "1.0" -google-pubsub1 = "1.0" -hyper = "0.9" +yup-oauth2 = "^ 1.0" +google-pubsub1 = "^ 1.0" +hyper = "0.10"