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

This commit is contained in:
2022-11-24 00:29:23 +00:00
parent 3e65555d0f
commit 9b621960d1
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.26", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.17"
serde_json = "1.0.87"
serde_json = "1.0.89"
serde_yaml = "0.9.14"
env_logger = "0.9.1"
serde = { version = "1.0.147", features = ["derive"] }