Update Rust crate k8s-openapi to 0.27.0 #255

Merged
renovate merged 1 commits from renovate/k8s-openapi-0.x into master 2026-01-12 00:27:09 +00:00
Showing only changes of commit 3a4b2319ef - Show all commits

View File

@@ -14,7 +14,7 @@ serde_json = "1.0.149"
schemars = "1.2.0"
tokio = { version = "1.49.0", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.26.1", features = ["v1_31"] }
k8s-openapi = { version = "0.27.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.17"
rand = "0.9.2"