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