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

This commit is contained in:
2022-10-25 00:27:29 +00:00
parent 45807f42bd
commit 3b5e9ccd16
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ actix-session = { version = "0.7.2", features = ["cookie-session"] }
clap = { version = "4.0.15", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.17"
serde_json = "1.0.86"
serde_json = "1.0.87"
serde_yaml = "0.9.13"
env_logger = "0.9.1"
serde = { version = "1.0.145", features = ["derive"] }