From edd572cc7b2e6746dbe6924dbf6e2dbfab4c960b Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Thu, 21 Mar 2024 15:55:00 +0100 Subject: [PATCH] Update yup-oauth2 to 8.3.3 and hyper-rustls to 0.25 --- google-clis-common/Cargo.toml | 2 +- src/generator/templates/Cargo.toml.mako | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-clis-common/Cargo.toml b/google-clis-common/Cargo.toml index 1ac51b2332..69214632c1 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.2" +yup-oauth2 = "8.3.3" serde = "1" serde_json = "1" strsim = "0.10.0" diff --git a/src/generator/templates/Cargo.toml.mako b/src/generator/templates/Cargo.toml.mako index e4eff88d11..d8e1bf0649 100644 --- a/src/generator/templates/Cargo.toml.mako +++ b/src/generator/templates/Cargo.toml.mako @@ -27,7 +27,7 @@ path = "src/main.rs" [dependencies] anyhow = "^ 1.0" -hyper-rustls = "0.24.0" +hyper-rustls = "0.25.0" ## Must match the one hyper uses, otherwise there are duplicate similarly named `Mime` structs mime = "^ 0.3.0" serde = { version = "^ 1.0", features = ["derive"] }