From 0aa188c9cc1cdfaf768d820c5a2bb05fdefb8c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:42:31 +0000 Subject: [PATCH] Update kube requirement from 0.98.0 to 0.99.0 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.98.0...0.99.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 9a0db78..4e6d2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] async-trait = "0.1" futures = "0.3" -kube = { version = "0.98.0", default-features = false, features = ["client"] } +kube = { version = "0.99.0", default-features = false, features = ["client"] } kube-runtime = "0.98.0" rand = "0.8" serde = "1"