From 5600b180eea4676ae43c207c70c9cbcce4643e47 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 20 Sep 2022 00:29:04 +0000 Subject: [PATCH] Update Rust crate actix-session to 0.7.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ef4723..1307623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "actix-session" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d324d2a6e670f8746ae64f333c2c0fe856bdf624bcb72fb56e250e62a7e9a85f" +checksum = "43da8b818ae1f11049a4d218975345fe8e56ce5a5f92c11f972abcff5ff80e87" dependencies = [ "actix-service", "actix-utils", diff --git a/Cargo.toml b/Cargo.toml index 192a042..bc9e8b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" actix = "0.13.0" actix-identity = "0.5.2" actix-web = "4" -actix-session = { version = "0.7.1", features = ["cookie-session"] } +actix-session = { version = "0.7.2", features = ["cookie-session"] } clap = { version = "3.2.22", features = ["derive", "env"] } include_dir = "0.7.2" log = "0.4.17"