diff --git a/Cargo.toml b/Cargo.toml index 368098d96..ba8783e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-core" -version = "0.1.7" +version = "0.1.8" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core" @@ -19,7 +19,7 @@ appveyor = { repository = "alexcrichton/tokio-core" } [dependencies] bytes = "0.4" log = "0.3" -mio = { git = "https://github.com/carllerche/mio" } +mio = "0.6.9" scoped-tls = "0.1.0" slab = "0.3" iovec = "0.1"