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

This commit is contained in:
2025-12-24 00:31:28 +00:00
parent f57c5842c8
commit fb94641d76
2 changed files with 10 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ log = "0.4.29"
env_logger = "0.11.8"
anyhow = "1.0.100"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
serde_json = "1.0.147"
schemars = "1.1.0"
tokio = { version = "1.48.0", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] }