From 2b4e360adc94d8f1d55bc77675af6d679b3e2b5f Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 14 Sep 2019 18:01:05 +0900 Subject: [PATCH] Update actix-session to 0.2.0 (#174) --- actix_todo/Cargo.toml | 2 +- basics/Cargo.toml | 2 +- cookie-session/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actix_todo/Cargo.toml b/actix_todo/Cargo.toml index 754918b8..4812c25c 100644 --- a/actix_todo/Cargo.toml +++ b/actix_todo/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] actix-web = "1.0.0" actix-files = "0.1.1" -actix-session = "0.1.0" +actix-session = "0.2.0" dotenv = "0.13.0" env_logger = "0.5.10" futures = "0.1.22" diff --git a/basics/Cargo.toml b/basics/Cargo.toml index 8dcf58ca..dd46235f 100644 --- a/basics/Cargo.toml +++ b/basics/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" actix-rt = "0.2.2" actix-web = "1.0.0" actix-files = "0.1.1" -actix-session = "0.1.0" +actix-session = "0.2.0" futures = "0.1.25" env_logger = "0.5" diff --git a/cookie-session/Cargo.toml b/cookie-session/Cargo.toml index 1e10ae47..3599cd91 100644 --- a/cookie-session/Cargo.toml +++ b/cookie-session/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] actix-web = "1.0.0" -actix-session = "0.1.0" +actix-session = "0.2.0" futures = "0.1" time = "0.1"