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

This commit is contained in:
2024-01-04 07:45:59 +00:00
parent 1bffa91068
commit 4c5879004b
2 changed files with 3 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.79", features = ["backtrace"] }
serde = { version = "1.0.194", features = ["derive"] }
serde_json = "1.0.110"
serde_json = "1.0.111"
serde_yaml = "0.9.30"