From ff5612e045cc9c8122c947872df59518a8a423a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Sep 2024 14:06:04 +0000 Subject: [PATCH] fix(deps): update rust crate actix-identity to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a97d38..171d71a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ authors = ["realaravinth "] [dependencies] actix-web = "4.0.1" actix-http = "3.0.4" -actix-identity = "0.4.0" +actix-identity = "0.8.0" actix-rt = "2" actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "https://github.com/realaravinth/actix-web-codegen-const-routes" } argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}