Don't use tokio_current_thread; update tokio-timer (which doesn't work)

This commit is contained in:
Frank Denis 2018-10-01 11:57:46 +02:00
parent 2723bd3ac6
commit 98a0c59047
2 changed files with 7 additions and 9 deletions

View file

@ -16,4 +16,4 @@ futures = "0.1"
hyper = "0.12"
tokio = "0.1"
tokio-current-thread = "0.1"
tokio-timer = "0.1"
tokio-timer = "0.2"