Update Cargo.toml.mako

This commit is contained in:
Mihir Samdarshi
2023-04-18 18:21:02 -07:00
committed by GitHub
parent 41fd613b86
commit 7e1909e4db

View File

@@ -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
% endif