From 34797acb8044ff8bc4e95794ded742590657aa25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:37:59 +0000 Subject: [PATCH] :arrow_up: Update kube requirement from 0.96 to 0.97 Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version. - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](https://github.com/kube-rs/kube/compare/0.96.0...0.97.0) --- updated-dependencies: - dependency-name: kube 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 805864a..51c4308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.5", features = ["derive"] } color-eyre = "0.6" itertools = "0.13" k8s-openapi = { version = "0.23", default-features = false } -kube = { version = "0.96", features = [ +kube = { version = "0.97", features = [ "client", "oauth", "gzip",