mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +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:
@@ -27,4 +27,7 @@ cargo:
|
||||
doc_base_url: https://docs.rs
|
||||
dependencies:
|
||||
- hyper = "^ 0.14"
|
||||
- http = "^0.2"
|
||||
- tokio = "^1.0"
|
||||
- tower-service = "^0.3.1"
|
||||
- url = "= 1.7"
|
||||
|
||||
Reference in New Issue
Block a user