Update Rust crate k8s-openapi to 0.25.0
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Renovate Bot 2025-05-13 00:17:14 +00:00
parent 3f82e21851
commit 319b0e0cc6

View File

@ -14,7 +14,7 @@ serde_json = "1.0.140"
schemars = "0.8.22"
tokio = { version = "1.45.0", features = ["full"] }
kube = { version = "0.99.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
k8s-openapi = { version = "0.25.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.12"
rand = "0.9.1"