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

This commit is contained in:
2024-03-03 00:11:13 +00:00
parent 7eb014d5f9
commit 8e303466b0
2 changed files with 3 additions and 3 deletions

View File

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