Update Rust crate actix-web to 4.12.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-27 00:21:16 +00:00
parent 4628f160fe
commit 266df4805b
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.12.0"
actix-web = "4.12.1"
clap = { version = "4.5.53", features = ["derive"] }
swagger-ui = "0.1.5"
serde = { version = "1.0.228", features = ["derive"] }