From 3ad27e99ecf8f032912c7442fe5ef7cfec8d1a52 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Mar 2018 21:25:16 +0100 Subject: [PATCH] tokio-reactor: bump mio to 0.6.14 (#204) With 0.6.13 it doesn't compile: no method named `as_usize` found for type `mio::Ready` in the current scope --- tokio-reactor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-reactor/Cargo.toml b/tokio-reactor/Cargo.toml index 5a0d00b1d..47a956070 100644 --- a/tokio-reactor/Cargo.toml +++ b/tokio-reactor/Cargo.toml @@ -20,7 +20,7 @@ categories = ["asynchronous", "network-programming"] [dependencies] futures = "0.1.18" log = "0.4.1" -mio = "0.6.13" +mio = "0.6.14" slab = "0.4.0" tokio-executor = { version = "0.1.0", path = "../tokio-executor" } tokio-io = { version = "0.1.6", path = "../tokio-io" }