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

This commit is contained in:
2025-08-30 00:24:59 +00:00
parent 28efebdff1
commit 23c53a8548
2 changed files with 10 additions and 48 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
[dependencies]
actix = "0.13.5"
actix-identity = "0.8.0"
actix-identity = "0.9.0"
actix-web = "4.11.0"
actix-session = { version = "0.11.0", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"