signal: Update tokio dependency

tokio::runtime::current_thread was added in 0.1.6
This commit is contained in:
Alan Somers
2018-09-10 11:30:06 -07:00
committed by Carl Lerche
parent 214722a296
commit f0ac62151b
+1 -1
View File
@@ -28,7 +28,7 @@ mio-uds = "0.6"
[dev-dependencies]
tokio-core = "0.1.17"
tokio = "0.1.0"
tokio = "0.1.6"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"