Skip to content

Commit

Permalink
fix: update hyper-rustls to latest version for compatibility with l…
Browse files Browse the repository at this point in the history
…atest `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.
  • Loading branch information
Byron committed Apr 19, 2023
2 parents 41fd613 + d9ce1ea commit 0be367a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google-apis-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/generator/templates/Cargo.toml.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -61,4 +61,4 @@ version = "${util.crate_version()}"
[features]
yup-oauth2 = ["google-apis-common/yup-oauth2"]
default = ["yup-oauth2"]
% endif
% endif

0 comments on commit 0be367a

Please sign in to comment.