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

fix proxy example

This commit is contained in:
Nikolay Kim
2019-04-16 15:03:11 -07:00
parent 09b0188ff9
commit bc2b17602e
2 changed files with 7 additions and 16 deletions

View File

@ -19,5 +19,5 @@ yarte = { version = "0.2", features=["with-actix-web"] }
[dev-dependencies]
bytes = "0.4"
actix-http-test = "0.1.0-alpha.3"
actix-http = "0.1.0-alpha.4"
actix-http-test = "0.1.0"
actix-http = "0.1.0"