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:22:54 +00:00
parent fdd0f17c39
commit 3b01d5cd55
2 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ clap = { version = "4.5.53", features = ["derive", "env"] }
serde = { version = "1.0.228", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0"
actix-web = "4.12.0"
actix-web = "4.12.1"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.11.0", features = ["cookie-session"] }
actix-identity = "0.9.0"