From 7dfb16d07257a3bfc55057dbdf8e39ee85f6e91b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 08:09:32 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bafeef..afe5ae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1" chrono = "0.4" log = "0.4" gcloud-sdk = {version = "0.23", features = ["rest"]} -hyper = { version = "0.14", features = ["client", "http1"] } +hyper = { version = "1.1", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.21", optional = true } http = "0.2"