From 7e1909e4db65a2a813b9cf3a99d345c44a845386 Mon Sep 17 00:00:00 2001 From: Mihir Samdarshi Date: Tue, 18 Apr 2023 18:21:02 -0700 Subject: [PATCH] Update Cargo.toml.mako --- src/generator/templates/Cargo.toml.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generator/templates/Cargo.toml.mako b/src/generator/templates/Cargo.toml.mako index 6683db36d1..cb142711ea 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.23.0" +hyper-rustls = "0.24.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"] } @@ -61,4 +61,4 @@ version = "${util.crate_version()}" [features] yup-oauth2 = ["google-apis-common/yup-oauth2"] default = ["yup-oauth2"] -% endif \ No newline at end of file +% endif