Update Rust crate actix-web to 4.12.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-11-17 00:14:17 +00:00
parent a91756517a
commit 369a4508aa
2 changed files with 110 additions and 20 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.11.0"
actix-web = "4.12.0"
clap = { version = "4.5.51", features = ["derive"] }
swagger-ui = "0.1.5"
serde = { version = "1.0.228", features = ["derive"] }