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

This commit is contained in:
2023-09-17 00:03:39 +00:00
parent 97ee1d891a
commit b4c7a9ed26
2 changed files with 23 additions and 6 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
actix = "0.13.1"
actix-identity = "0.5.2"
actix-identity = "0.6.0"
actix-web = "4"
actix-session = { version = "0.7.2", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"