Update Rust crate serde_json to 1.0.148
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-28 00:31:01 +00:00
parent 0b491c2445
commit a076be6011
2 changed files with 5 additions and 5 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.147"
serde_json = "1.0.148"
schemars = "1.2.0"
tokio = { version = "1.48.0", features = ["full"] }
kube = { version = "2.0.1", features = ["runtime", "derive"] }