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

This commit is contained in:
2025-09-28 00:40:23 +00:00
parent 02896dcbd9
commit f8825eb334
2 changed files with 7 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
actix-web = "4.11.0"
clap = { version = "4.5.48", features = ["derive"] }
swagger-ui = "0.1.5"
serde = { version = "1.0.227", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.28"
env_logger = "0.11.8"