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

This commit is contained in:
2023-08-16 00:32:29 +00:00
parent 2ab3b5e55d
commit 652a6d162b
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ clap = { version = "4.3.21", features = ["derive"] }
log = "0.4.20"
env_logger = "0.10.0"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
actix-web = "4.1.0"
actix-cors = "0.6.2"
actix = "0.13.0"