From 4ae76132c16c2cffd80373ea8c69091ab32d5b02 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 7 Feb 2018 14:45:12 -0800 Subject: [PATCH] Update the required Mio point release. (#120) Tokio depends on the latest Mio point release, so update Cargo.toml to reflect this. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90f806d6a..17fccffeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ appveyor = { repository = "carllerche/tokio" } [dependencies] bytes = "0.4" log = "0.4" -mio = "0.6.12" +mio = "0.6.13" slab = "0.4" iovec = "0.1" tokio-io = "0.1"