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

This commit is contained in:
2024-01-27 00:33:01 +00:00
parent bbcbc0fb22
commit 3e63f1e9e8
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ categories = [ "games" ]
clap = { version = "4.4.18", features = ["derive"] }
log = "0.4.20"
env_logger = "0.10.2"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.110"
actix-web = "4.4.1"
actix-cors = "0.7.0"