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

This commit is contained in:
2024-05-02 00:05:28 +00:00
parent a458f766b3
commit a243b040f5
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ categories = [ "games" ]
clap = { version = "4.5.4", features = ["derive"] }
log = "0.4.21"
env_logger = "0.11.3"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
actix-web = "4.5.1"
actix-cors = "0.7.0"