Skip to content

Commit 7e1909e

Browse files
Update Cargo.toml.mako
1 parent 41fd613 commit 7e1909e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generator/templates/Cargo.toml.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ path = "src/main.rs"
2727
2828
[dependencies]
2929
anyhow = "^ 1.0"
30-
hyper-rustls = "0.23.0"
30+
hyper-rustls = "0.24.0"
3131
## Must match the one hyper uses, otherwise there are duplicate similarly named `Mime` structs
3232
mime = "^ 0.3.0"
3333
serde = { version = "^ 1.0", features = ["derive"] }
@@ -61,4 +61,4 @@ version = "${util.crate_version()}"
6161
[features]
6262
yup-oauth2 = ["google-apis-common/yup-oauth2"]
6363
default = ["yup-oauth2"]
64-
% endif
64+
% endif

0 commit comments

Comments
 (0)