fix(deps): update rust crate actix-session to 0.10.0 #77

Merged
realaravinth merged 1 commit from renovate/actix-session-0.x into master 2024-08-19 13:49:08 +05:30
Showing only changes of commit b45a79e7ea - Show all commits

View file

@ -10,7 +10,7 @@ memebers = ["."]
[dependencies] [dependencies]
actix-identity = "0.7.1" actix-identity = "0.7.1"
actix-rt = "2.9.0" actix-rt = "2.9.0"
actix-session = { version = "0.9.0", features = ["cookie-session"] } actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-web = "4.5.1" actix-web = "4.5.1"
argon2-creds = "0.2.3" argon2-creds = "0.2.3"
async-trait = "0.1.80" async-trait = "0.1.80"