From ba52472c9f83f89651f735ac0781c45214ee13ae Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Tue, 23 Apr 2024 09:19:41 +0200 Subject: [PATCH] Update yup-oauth2 in google-apis-common --- google-apis-common/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google-apis-common/Cargo.toml b/google-apis-common/Cargo.toml index 4136a2dd1e..6cce9ea620 100644 --- a/google-apis-common/Cargo.toml +++ b/google-apis-common/Cargo.toml @@ -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"