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

update testing to actix-web 2.0.0 and improve stream testing code (#141)

* update testing to actix-web 2.0.0 and improve stream testing code
This commit is contained in:
Evgeniy Tatarkin
2020-01-22 00:40:37 +03:00
committed by Yuki Okushi
parent 13f0756d33
commit bc4e0422c8
6 changed files with 71 additions and 67 deletions

View File

@ -4,8 +4,10 @@ version = "1.0.0"
edition = "2018"
[dependencies]
actix-web = "1.0"
futures = "0.1"
bytes = "0.4"
actix-web = "2.0"
actix-rt = "1.0"
futures = "0.3"
futures-util = "0.3"
bytes = "0.5"
serde = "1.0"
serde_json = "1.0"