From cc06350c7dfbc68042532c6c61b4b587830b4c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:38:10 +0000 Subject: [PATCH] :arrow_up: Update kube requirement from 0.87 to 0.90 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.87.1...0.90.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 efd0290..8bab4c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.2", features = ["derive"] } color-eyre = "0.6.2" itertools = "0.12" k8s-openapi = { version = "0.20.0", default-features = false } -kube = { version = "0.87.1", features = [ +kube = { version = "0.90.0", features = [ "client", "oauth", "gzip",