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

This commit is contained in:
2023-05-16 00:32:46 +00:00
parent 6faf38003f
commit 33ed27b892
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ categories = [ "games" ]
clap = { version = "4.2.5", features = ["derive"] }
log = "0.4.17"
env_logger = "0.10.0"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
actix-web = "4.1.0"
actix-cors = "0.6.2"