1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02: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
3 changed files with 3 additions and 3 deletions

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"