From 43d8040077b3613bdb59af521c80db1d71267d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:52:28 +0000 Subject: [PATCH] deps: bump k8s-openapi from 0.27.1 to 0.28.0 Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.27.1 to 0.28.0. - [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.27.1...v0.28.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d0abd4..7dc9093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1865,9 +1865,9 @@ dependencies = [ [[package]] name = "k8s-openapi" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b326f5219dd55872a72c1b6ddd1b830b8334996c667449c29391d657d78d5e" +checksum = "d9c6922f6afe80418dd6019818af5d0d34584c371780ff09b9752370c25b4abb" dependencies = [ "base64", "jiff", @@ -1909,7 +1909,7 @@ dependencies = [ "flate2", "futures", "hostname", - "k8s-openapi 0.27.1", + "k8s-openapi 0.28.0", "kube", "nvml-wrapper", "prometheus-client", diff --git a/Cargo.toml b/Cargo.toml index 1b16bae..d08c979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ nvml-wrapper = { version = "0.12", optional = true } starship-battery = { version = "0.10", optional = true } bollard = { version = "0.20", optional = true } kube = { version = "2.0", features = ["client", "config", "rustls-tls"], default-features = false, optional = true } -k8s-openapi = { version = "0.27", features = ["v1_32"], optional = true } +k8s-openapi = { version = "0.28", features = ["v1_32"], optional = true } russh = { version = "0.61", optional = true } ssh-key = { version = "0.6", optional = true } async-trait = { version = "0.1", optional = true }