1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

Update middleware

This commit is contained in:
Yuki Okushi
2019-12-29 02:03:17 +09:00
parent 94c8c843b1
commit 789cb0fd1a
8 changed files with 57 additions and 44 deletions

View File

@ -4,8 +4,9 @@ version = "1.0.0"
edition = "2018"
[dependencies]
actix-web = "1.0"
actix-service = "0.4"
actix-session = "0.1"
futures = "0.1"
actix-web = "2.0"
actix-rt = "1.0"
actix-service = "1.0"
actix-session = "0.3"
futures = "0.3.1"
env_logger = "0.6"