1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

Update actix-session to 0.2.0 (#174)

This commit is contained in:
Yuki Okushi 2019-09-14 18:01:05 +09:00 committed by GitHub
parent 77dd2cc4e3
commit 2b4e360adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"