Merge pull request #2128 from quentinlesceller/tokio

Temporarily lock tokio on 0.1.11
This commit is contained in:
Quentin Le Sceller
2018-12-11 12:42:36 -05:00
committed by GitHub
2 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ serde_derive = "1"
serde_json = "1"
log = "0.4"
term = "0.5"
tokio = "0.1.7"
tokio = "= 0.1.11"
tokio-core = "0.1"
tokio-retry = "0.1"
ring = "0.13"