From 1a1f454dbc9a4823304c7b68499a5a4b24c7bfaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:02:59 +0000 Subject: [PATCH] Update kube-runtime requirement from 2.0.1 to 3.0.0 Updates the requirements on [kube-runtime](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/2.0.1...3.0.0) --- updated-dependencies: - dependency-name: kube-runtime dependency-version: 3.0.0 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 b9cedf1..19014dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] async-trait = "0.1" futures = "0.3" kube = { version = "2.0.1", default-features = false, features = ["client"] } -kube-runtime = "2.0.1" +kube-runtime = "3.0.0" rand = "0.9.2" serde = "1" thiserror = "2.0.17"