mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 11:44:55 +01:00
feat(Hub): Support custom connectors
Switch the constraints on Hub types to use public traits based on tower::service, as recommended by Hyper. This enables support for custom connectors beyond hyper_rustls::HttpsConnector Closes #337.
This commit is contained in:
@@ -29,5 +29,7 @@ cargo:
|
||||
dependencies:
|
||||
- strsim = "^0.5"
|
||||
- clap = "^2.0"
|
||||
- http = "^0.2"
|
||||
- hyper = { version = "0.14", features = ["full"] }
|
||||
- tokio = { version = "^ 1.0", features = ["full"] }
|
||||
- tower-service = "^0.3.1"
|
||||
|
||||
Reference in New Issue
Block a user