Update Rust crate k8s-openapi to 0.26.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-12-11 00:30:57 +00:00
parent a0f0b8dbc7
commit 242a617183
2 changed files with 3 additions and 3 deletions

View File

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