Merge pull request 'Update Rust crate serde_json to 1.0.96' (#117) from renovate/serde_json-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #117
This commit is contained in:
Pierre HUBERT 2023-05-24 06:35:23 +00:00
commit 493aca2eb9

View File

@ -14,7 +14,7 @@ actix-remote-ip = "0.1.0"
clap = { version = "4.2.7", 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"] }