From bad5baaedc29c686532e134b8b37a2648bfd44af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:19:22 +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 dd95dae..573e9d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = { version = "1" } chrono = "0.4" log = "0.4" gcloud-sdk = { version = "0.25", features = ["rest"] } -hyper = { version = "0.14", features = ["client", "http1"] } +hyper = { version = "1.0", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.25", optional = true, features = ["rustls-native-certs"] } http = "0.2"