Skip to content

Commit

Permalink
Merge pull request #490 from IvanUkhov/oauth2
Browse files Browse the repository at this point in the history
Update yup-oauth2 in google-apis-common
  • Loading branch information
Byron authored Apr 24, 2024
2 parents 5eb7457 + ba52472 commit 764857a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google-apis-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ base64 = "0.13.0"
chrono = { version = "0.4.35", default-features = false, features = ["clock", "serde"] }
url = "= 1.7"

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

0 comments on commit 764857a

Please sign in to comment.