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

This commit is contained in:
2023-02-10 00:11:54 +00:00
parent b3b15468fb
commit 4d4f9f0bdf
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.1.1", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.17"
serde_json = "1.0.89"
serde_json = "1.0.93"
serde_yaml = "0.9.16"
env_logger = "0.10.0"
serde = { version = "1.0.148", features = ["derive"] }