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