Update Rust crate schemars to 0.8.22
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-04-01 02:05:38 +00:00
parent acc0a93525
commit 53498a0559

View File

@ -11,7 +11,7 @@ env_logger = "0.11.7"
anyhow = "1.0.97"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.140"
schemars = "0.8.17"
schemars = "0.8.22"
tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.99.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }