Update yup-oauth2 to version 9

This commit is contained in:
Ivan Ukhov
2024-04-24 08:09:46 +02:00
parent 764857a3cf
commit 8d47fd5010
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ base64 = "0.13.0"
chrono = { version = "0.4.35", default-features = false, features = ["clock", "serde"] } chrono = { version = "0.4.35", default-features = false, features = ["clock", "serde"] }
url = "= 1.7" url = "= 1.7"
yup-oauth2 = { version = "8.3.3", optional = true } yup-oauth2 = { version = "9", optional = true }
itertools = "^ 0.10" itertools = "^ 0.10"
hyper = { version = "^ 0.14", features = ["client", "http2"] } hyper = { version = "^ 0.14", features = ["client", "http2"] }
http = "^0.2" http = "^0.2"

View File

@@ -17,7 +17,7 @@ doctest = false
[dependencies] [dependencies]
mime = "^ 0.3" mime = "^ 0.3"
yup-oauth2 = "8.3.3" yup-oauth2 = "9"
serde = "1" serde = "1"
serde_json = "1" serde_json = "1"
strsim = "0.10.0" strsim = "0.10.0"