Merge pull request 'Update Rust crate k8s-openapi to 0.26.0' (#230) from renovate/k8s-openapi-0.x into master
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-07 00:36:02 +00:00

View File

@@ -14,7 +14,7 @@ serde_json = "1.0.143"
schemars = "1.0.4" schemars = "1.0.4"
tokio = { version = "1.47.1", features = ["full"] } tokio = { version = "1.47.1", features = ["full"] }
kube = { version = "1.1.0", features = ["runtime", "derive"] } kube = { version = "1.1.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.25.0", features = ["v1_31"] } k8s-openapi = { version = "0.26.0", features = ["v1_31"] }
futures = "0.3.31" futures = "0.3.31"
thiserror = "2.0.16" thiserror = "2.0.16"
rand = "0.9.2" rand = "0.9.2"