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

This commit is contained in:
2025-07-19 00:16:21 +00:00
parent 0c73e3af05
commit f93bbfcc1e
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.140"
serde_json = "1.0.141"
schemars = "0.8.22"
tokio = { version = "1.46.1", features = ["full"] }
kube = { version = "1.1.0", features = ["runtime", "derive"] }