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

This commit is contained in:
2025-09-15 00:36:06 +00:00
parent a1abf8b31f
commit 4f2833c0b2
2 changed files with 19 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ log = "0.4.28"
env_logger = "0.11.8"
anyhow = "1.0.99"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
serde_json = "1.0.145"
schemars = "1.0.4"
tokio = { version = "1.47.1", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] }