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

fix chunked example

This commit is contained in:
Nikolay Kim
2020-01-02 18:36:32 +06:00
parent b8e2a2310c
commit 4fffc16668
3 changed files with 3 additions and 16 deletions

View File

@ -8,4 +8,4 @@ actix-web = "2.0"
actix-rt = "1.0"
serde = "1.0"
futures = "0.3.1"
bytes = "0.4"
bytes = "0.5"