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

This commit is contained in:
2023-09-13 23:40:12 +00:00
parent 548e6c506d
commit 9b609c3823
2 changed files with 3 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
serde_yaml = "0.9.25"