Update Rust crate serde_json to 1.0.142
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-08-01 00:19:29 +00:00
parent 867e39a1f5
commit 6c1d80076a
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ log = "0.4.27"
env_logger = "0.11.8"
anyhow = "1.0.98"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
serde_json = "1.0.142"
schemars = "1.0.4"
tokio = { version = "1.47.0", features = ["full"] }
kube = { version = "1.1.0", features = ["runtime", "derive"] }