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:
committed by
Yuki Okushi
parent
13f0756d33
commit
bc4e0422c8
@ -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"
|
||||
|
Reference in New Issue
Block a user