From 22a0140d7ce9fd21789a2cfcffc1ed9d0a8db622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:37:32 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1 --- gcloud-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud-sdk/Cargo.toml b/gcloud-sdk/Cargo.toml index 5efccf2e5..6cca6c234 100644 --- a/gcloud-sdk/Cargo.toml +++ b/gcloud-sdk/Cargo.toml @@ -441,7 +441,7 @@ serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } url = { version = "2.5" } jsonwebtoken = { version = "9" } -hyper = { version ="0.14", features = ["client", "http2", "h2"] } +hyper = { version ="1.0", features = ["client", "http2", "h2"] } async-trait = "0.1" chrono = { version = "0.4", features = ["serde", "clock"], default-features = false } tokio= { version = "1" }