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

This commit is contained in:
2024-09-14 00:28:16 +00:00
parent 705031f2ff
commit 9028b341d6
2 changed files with 47 additions and 9 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
actix = "0.13.3"
actix-identity = "0.7.1"
actix-identity = "0.8.0"
actix-web = "4.5.1"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"