Skip to content

Commit

Permalink
Update yup-oauth2 to version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Apr 24, 2024
1 parent 764857a commit 8d47fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.35", default-features = false, features = ["clock", "serde"] }
url = "= 1.7"

yup-oauth2 = { version = "8.3.3", optional = true }
yup-oauth2 = { version = "9", optional = true }
itertools = "^ 0.10"
hyper = { version = "^ 0.14", features = ["client", "http2"] }
http = "^0.2"
Expand Down
2 changes: 1 addition & 1 deletion google-clis-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false

[dependencies]
mime = "^ 0.3"
yup-oauth2 = "8.3.3"
yup-oauth2 = "9"
serde = "1"
serde_json = "1"
strsim = "0.10.0"
Expand Down

0 comments on commit 8d47fd5

Please sign in to comment.