1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

part2: Update dependencies

This commit is contained in:
Yuki Okushi
2020-04-05 13:50:44 +09:00
parent b8620702fa
commit 4e051e8cd5
13 changed files with 27 additions and 29 deletions

View File

@ -9,7 +9,7 @@ actix-rt = "1.0.0"
actix-web = "2.0.0"
actix-session = "0.3.0"
actix-redis = { version = "0.8.0", features = ["web"] }
env_logger = "0.6"
env_logger = "0.7"
serde = { version = "^1.0", features = ["derive"] }
actix-service = "1.0.0"
actix-http = "1.0.0"