From b1b31ff8c09c280e3854091f2ea1c51bfca2fbfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:33:44 +0100 Subject: [PATCH] Upgrade `actix-identity` crate from 0.6 to 0.7 version (#1236) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- juniper_actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index be3fd2e2..a90a5faf 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0.18" [dev-dependencies] actix-cors = "0.7" -actix-identity = "0.6" +actix-identity = "0.7" actix-rt = "2.0" actix-test = "0.1" async-stream = "0.3"