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

This commit is contained in:
2024-04-06 00:13:46 +00:00
parent 2c117b00b2
commit 7c57ff0753
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ clap = { version = "4.5.4", features = ["derive"] }
log = "0.4.21"
env_logger = "0.11.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_json = "1.0.115"
actix-web = "4.5.1"
actix-cors = "0.7.0"
actix = "0.13.3"