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:30:46 +00:00
parent ae8a469fea
commit d2344a58f9
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ clap = { version = "4.2.4", features = ["derive", "env"] }
lazy_static = "1.4.0"
actix-web = "4.3.1"
askama = "0.12.0"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
reqwest = { version = "0.11.16", features = ["json"] }
actix-remote-ip = "0.1.0"