Update Rust crate schemars to 1.1.0
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-06 00:12:05 +00:00
parent 6c306407e9
commit 836f6f2494
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.5"
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"] }