From fa66623810432a9d4d4b8c7cade44905b4855bba Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 27 Jan 2019 16:27:09 +0100 Subject: [PATCH] chore(version): Depend on hyper-native-tls 0.3 to use openssl 1.1 --- examples/drive_example/Cargo.toml | 2 +- examples/service_account/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/drive_example/Cargo.toml b/examples/drive_example/Cargo.toml index 6d8f6cf..28d7d75 100644 --- a/examples/drive_example/Cargo.toml +++ b/examples/drive_example/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" yup-oauth2 = "^ 1.0" google-drive3 = "^ 1.0" hyper = "^ 0.10" -hyper-native-tls = "0.2" +hyper-native-tls = "0.3" diff --git a/examples/service_account/Cargo.toml b/examples/service_account/Cargo.toml index b63a0e8..870dd57 100644 --- a/examples/service_account/Cargo.toml +++ b/examples/service_account/Cargo.toml @@ -13,4 +13,4 @@ base64 = "0.2" yup-oauth2 = "^ 1.0" google-pubsub1 = "^ 1.0" hyper = "0.10" -hyper-native-tls = "0.2" +hyper-native-tls = "0.3"