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

This commit is contained in:
2023-07-22 00:36:32 +00:00
parent 2f5dde6223
commit 2b957655cf
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ clap = { version = "4.3.19", features = ["derive", "env"] }
lazy_static = "1.4.0"
actix-web = "4.3.1"
askama = "0.12.0"
serde = { version = "1.0.173", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
reqwest = { version = "0.11.18", features = ["json"] }
actix-remote-ip = "0.1.0"