1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 23:21:50 +01:00

update deps

This commit is contained in:
Nikolay Kim 2019-10-14 10:37:48 +06:00
parent 35e32d8e55
commit 0b0060fe47
2 changed files with 3 additions and 3 deletions

View File

@ -57,5 +57,5 @@ webpki = { version = "0.21", optional = true }
[dev-dependencies]
bytes = "0.4"
actix-testing = { version="0.1.0" }
actix-testing = { version="0.2.0" }
actix-server-config = "0.2.0"

View File

@ -28,8 +28,8 @@ log = "0.4"
[dev-dependencies]
actix-rt = "0.2.2"
actix-connect = "0.2.0"
actix-testing = "0.1.0"
actix-connect = "0.3.0"
actix-testing = "0.2.0"
actix-server-config = "0.2.0"
tokio-tcp = "0.1"
tokio-timer = "0.2"