From 2f411a8e31711993ec54f28e5b6f40509fb86825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:05:00 +0000 Subject: [PATCH] chore(deps): bump the kube group across 1 directory with 2 updates Updates the requirements on [kube](https://github.com/kube-rs/kube) and [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version. Updates `kube` to 3.1.0 - [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.1.0) Updates `k8s-openapi` to 0.27.1 - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/Arnavion/k8s-openapi/compare/v0.26.0...v0.27.1) --- updated-dependencies: - dependency-name: kube dependency-version: 3.1.0 dependency-type: direct:production dependency-group: kube - dependency-name: k8s-openapi dependency-version: 0.27.1 dependency-type: direct:production dependency-group: kube ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8c891..e11f7b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,8 +133,8 @@ tiberius = { version = "0.12.3", default-features = false, features = [ tokio = { version = "1", features = ["macros"] } tokio-util = { version = "0.7.10", features = ["compat"] } tokio-zookeeper = "0.4.0" -kube = { version = "2.0.1", features = ["runtime"] } -k8s-openapi = { version = "0.26", features = ["v1_30"] } +kube = { version = "3.1.0", features = ["runtime"] } +k8s-openapi = { version = "0.27", features = ["v1_30"] } clickhouse = { version = "0.13" } vaultrs = "0.7.2" openssl-sys = { version = "0.9.103", features = ["vendored"] }