chore(tests): fix tokio runtime deprecations

This commit is contained in:
Sean McArthur
2018-04-07 10:27:35 -07:00
parent 625e4daaa1
commit c210524e94
4 changed files with 27 additions and 88 deletions

View File

@@ -31,7 +31,7 @@ iovec = "0.1"
log = "0.4"
net2 = "0.2.32"
time = "0.1"
tokio = "0.1.3"
tokio = "0.1.5"
tokio-executor = "0.1.0"
tokio-service = "0.1"
tokio-io = "0.1"