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

This commit is contained in:
2024-04-29 00:04:20 +00:00
parent 391420e417
commit 290d2963b2
2 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ env_logger = "0.11.3"
anyhow = "1.0.82"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.115"
schemars = "0.8.16"
schemars = "0.8.17"
tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.90.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.1", features = ["v1_29"] }