Update Rust crate serde_json to 1.0.80

This commit is contained in:
2022-05-01 14:51:25 +00:00
parent 1c8c471fc6
commit 8557b19629
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ actix-web = "4"
clap = { version = "3.1.12", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.16"
serde_json = "1.0.79"
serde_json = "1.0.80"
serde_yaml = "0.8.23"
env_logger = "0.9.0"
serde = { version = "1.0.136", features = ["derive"] }