mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix: update hyper-rustls to latest version for compatibility with latest yup-oauth2.
This works with `yup-oauth2` v8.2. Please let me know if it breaks again and we can keep following it with patch releases.
This commit is contained in:
@@ -25,7 +25,7 @@ base64 = "0.13.0"
|
||||
chrono = { version = "0.4.22", default-features = false, features = ["clock", "serde"] }
|
||||
url = "= 1.7"
|
||||
|
||||
yup-oauth2 = { version = "^ 8.0", optional = true }
|
||||
yup-oauth2 = { version = "^ 8.2", optional = true }
|
||||
itertools = "^ 0.10"
|
||||
hyper = { version = "^ 0.14", features = ["client", "http2"] }
|
||||
http = "^0.2"
|
||||
|
||||
@@ -27,7 +27,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^ 1.0"
|
||||
hyper-rustls = "0.23.0"
|
||||
hyper-rustls = "0.24.0"
|
||||
## Must match the one hyper uses, otherwise there are duplicate similarly named `Mime` structs
|
||||
mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
@@ -61,4 +61,4 @@ version = "${util.crate_version()}"
|
||||
[features]
|
||||
yup-oauth2 = ["google-apis-common/yup-oauth2"]
|
||||
default = ["yup-oauth2"]
|
||||
% endif
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user