From 8d47fd501085f07cbf99419b527968a612657fc2 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Wed, 24 Apr 2024 08:09:46 +0200 Subject: [PATCH] Update yup-oauth2 to version 9 --- google-apis-common/Cargo.toml | 2 +- google-clis-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-apis-common/Cargo.toml b/google-apis-common/Cargo.toml index 6cce9ea620..f94bb9b42a 100644 --- a/google-apis-common/Cargo.toml +++ b/google-apis-common/Cargo.toml @@ -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" diff --git a/google-clis-common/Cargo.toml b/google-clis-common/Cargo.toml index 69214632c1..063b117815 100644 --- a/google-clis-common/Cargo.toml +++ b/google-clis-common/Cargo.toml @@ -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"