Update Rust crate actix-session to 0.10.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-08-26 00:33:15 +00:00
parent 9ebd3b0315
commit 9812120ed6
2 changed files with 19 additions and 3 deletions

View File

@ -14,7 +14,7 @@ lazy_static = "1.4.0"
actix = "0.13.3"
actix-web = "4.5.1"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-identity = "0.7.1"
actix-cors = "0.7.0"
actix-files = "0.6.5"