chore: fix Cargo.toml files

This commit is contained in:
Carl Lerche
2019-03-22 14:10:06 -07:00
parent 3c8f110730
commit 6e4945025c
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ keywords = ["futures", "tokio"]
categories = ["concurrency", "asynchronous"]
[dependencies]
tokio-executor = "0.1.6"
tokio-executor = "0.1.7"
futures = "0.1.19"