Skip to content

Commit

Permalink
fix: pin yup-oauth2 to the latest known working version of yup-oauth2.
Browse files Browse the repository at this point in the history
It comes with hyper-rustls 0.23 which the currently released batch of
google crates requires.
  • Loading branch information
Byron committed Apr 19, 2023
1 parent 843f3dc commit f5b37c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google-apis-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ base64 = "0.13.0"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "serde"] }
url = "= 1.7"

yup-oauth2 = { version = "^ 8.2", optional = true }
# 8.1 needed for hyper-rustls 0.23, as >= 8.2 comes with 0.24 which is incompatible
yup-oauth2 = { version = "= 8.1", optional = true }
itertools = "^ 0.10"
hyper = { version = "^ 0.14", features = ["client", "http2"] }
http = "^0.2"
Expand Down

0 comments on commit f5b37c3

Please sign in to comment.