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

This commit is contained in:
2025-05-13 00:13:45 +00:00
parent 4a3c1b62e0
commit 46c561ca0b
2 changed files with 13 additions and 13 deletions

View File

@ -8,7 +8,7 @@ edition = "2024"
[dependencies]
actix = "0.13.5"
actix-identity = "0.8.0"
actix-web = "4.10.2"
actix-web = "4.11.0"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"
clap = { version = "4.5.38", features = ["derive", "env"] }