From c7521b966c3785e01895f7b8221c52459adc5e06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:18:34 +0000 Subject: [PATCH] chore(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 2cc3a5482..9f186fc07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ futures = "0.3.30" futures-core = "0.3.30" hostname = "0.3.1" http = "0.2.12" -hyper = "0.14.28" +hyper = "1.2.0" insta = { version = "1.38.0", features = ["yaml", "toml", "redactions"] } k8s-openapi = { version = "0.21.1", features = ["latest", "schemars"] } kube = { version = "0.88.1", features = ["runtime", "client", "derive" ] }