From 8e303466b066a71e814e5462aad24c737c84e24f Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 3 Mar 2024 00:11:13 +0000 Subject: [PATCH] Update Rust crate actix-identity to 0.7.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 982e219..58b84c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ dependencies = [ [[package]] name = "actix-identity" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1478456bca71c7b04411da1afb0c506e16dec6863815207693b791247511027f" +checksum = "f2c99b7a5614b72a78f04aa2021e5370fc1aef2475fffeffc0c1266b99007062" dependencies = [ "actix-service", "actix-session", diff --git a/Cargo.toml b/Cargo.toml index 783474a..52b20dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"