Update Rust crate serde to 1.0.181
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-04 00:35:04 +00:00
parent 0494847f2e
commit 1fff258248
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.180", features = ["derive"] }
serde = { version = "1.0.181", features = ["derive"] }
serde_json = "1.0.104"
actix-web = "4.1.0"
actix-cors = "0.6.2"