imp(cli): use hyper-rustls instead of openssl

The only openssl dependency left would be coming from yup-oauth2!
This commit is contained in:
Sebastian Thiel
2017-02-01 07:07:05 +01:00
parent fd6815997d
commit d1ebc0ff0b
3 changed files with 5 additions and 3 deletions

View File

@@ -28,5 +28,6 @@ cargo:
doc_base_url: http://byron.github.io/google-apis-rs
dependencies:
- strsim = "^0.5"
- yup-hyper-mock = "^1.0"
- hyper-rustls = "^0.3"
- yup-hyper-mock = "^2.0"
- clap = "^2.0"