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

This commit is contained in:
2025-11-03 00:10:03 +00:00
parent 6bf4337b73
commit 0786b77967
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ env_logger = "0.11.8"
anyhow = "1.0.100"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
schemars = "1.0.4"
schemars = "1.0.5"
tokio = { version = "1.48.0", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.26.0", features = ["v1_31"] }