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"