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

This commit is contained in:
2025-07-10 00:15:21 +00:00
parent c6f4879d0d
commit 0b93750363
2 changed files with 26 additions and 13 deletions

View File

@ -12,7 +12,7 @@ clap = { version = "4.5.40", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.4.1"
anyhow = "1.0.98"
actix-web = "4.10.2"
actix-web = "4.11.0"
actix-cors = "0.7.1"
actix-multipart = "0.7.2"
actix-remote-ip = "0.1.0"