Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf23dba

Browse files
committed
Bump yup-oauth2 to 10
1 parent 6faae27 commit cf23dba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google-apis-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chrono = { version = "0.4.35", default-features = false, features = ["clock", "s
2626
url = "2.0"
2727
percent-encoding = "2.0"
2828

29-
yup-oauth2 = { version = "9", optional = true }
29+
yup-oauth2 = { version = "10", optional = true }
3030
itertools = "0.13"
3131
hyper = { version = "^ 0.14", features = ["client", "http2"] }
3232
http = "^0.2"

google-clis-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ doctest = false
1717

1818
[dependencies]
1919
mime = "^ 0.3"
20-
yup-oauth2 = "9"
20+
yup-oauth2 = "10"
2121
serde = "1"
2222
serde_json = "1"
2323
strsim = "0.11"

0 commit comments

Comments
 (0)