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

This commit is contained in:
2023-07-04 00:08:12 +00:00
parent 7a140ad567
commit 7a59e5c9f6
2 changed files with 16 additions and 16 deletions

View File

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