Update Rust crate serde to 1.0.227
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-26 00:40:19 +00:00
parent f2c166474b
commit 38a8072781
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.226", features = ["derive"] }
serde = { version = "1.0.227", features = ["derive"] }
log = "0.4.28"
env_logger = "0.11.8"