From 142bd3b2a90aaf33c14248ffcfcb1955f6b1fe66 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 8 Mar 2018 13:36:54 -0800 Subject: [PATCH] Depend on latest release of Mio (#198) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a3b0dc9a..2ea102a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tokio-reactor = { version = "0.1", path = "tokio-reactor" } tokio-threadpool = { version = "0.1", path = "tokio-threadpool" } bytes = "0.4" log = "0.4" -mio = "0.6.13" +mio = "0.6.14" slab = "0.4" iovec = "0.1" futures = "0.1.16" @@ -60,4 +60,3 @@ time = "0.1" [patch.crates-io] tokio-io = { path = "tokio-io" } -mio = { git = "https://github.com/carllerche/mio" }