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

This commit is contained in:
2023-07-29 00:29:22 +00:00
parent ef8772be97
commit 5379b84470
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ categories = [ "games" ]
clap = { version = "4.3.19", features = ["derive"] }
log = "0.4.19"
env_logger = "0.10.0"
serde = { version = "1.0.177", features = ["derive"] }
serde = { version = "1.0.178", features = ["derive"] }
serde_json = "1.0.103"
actix-web = "4.1.0"
actix-cors = "0.6.2"