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

This commit is contained in:
2024-03-05 00:13:17 +00:00
committed by Pierre Hubert
parent d033e75782
commit 2252dfaf37
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ log = "0.4.21"
env_logger = "0.10.1"
anyhow = "1.0.80"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.114"
schemars = "0.8.16"
tokio = { version = "1.35.1", features = ["full"] }
kube = { version = "0.87.2", features = ["runtime", "derive"] }