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

This commit is contained in:
2023-07-05 00:10:09 +00:00
parent 75d55b4a23
commit 53cf83e919
3 changed files with 25 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ clap = { version = "4.3.10", features = ["derive"] }
log = "0.4.19"
env_logger = "0.10.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
actix-web = "4.1.0"
actix-cors = "0.6.2"
actix = "0.13.0"