Update to tokio-timer 0.2

This commit is contained in:
Frank Denis 2018-07-02 14:19:09 +02:00
parent 4ca54eb71b
commit dff63386f7
2 changed files with 8 additions and 10 deletions

View file

@ -16,5 +16,5 @@ futures = "~0.1"
hyper = "~0.11"
tokio = "~0.1"
tokio-io = "~0.1"
tokio-timer = "~0.1"
tokio-timer = "~0.2"
clippy = {version = ">=0", optional = true}