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

This commit is contained in:
Pierre HUBERT 2023-05-11 00:02:49 +00:00
parent 6cc9f4c54c
commit 61dd064a6c

View File

@ -14,7 +14,7 @@ actix-remote-ip = "0.1.0"
clap = { version = "4.2.1", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.17"
serde_json = "1.0.93"
serde_json = "1.0.96"
serde_yaml = "0.9.16"
env_logger = "0.10.0"
serde = { version = "1.0.159", features = ["derive"] }