From 60899422e5707d279f308c5e3df6cebf28329133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:38:56 +0000 Subject: [PATCH] chore(deps): update hyper requirement from 0.14.27 to 1.1.0 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d37e3b..6ce2e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_yaml = "0.9.27" [dev-dependencies] anyhow = "1.0.75" -hyper = "0.14.27" +hyper = "1.1.0" kube = { version = "^0.87.1" } k8s-openapi = { version = "0.20.0" , features = ["v1_28"] } tokio = { version = "1.34.0", features = ["macros"] }