Update the required Mio point release. (#120)

Tokio depends on the latest Mio point release, so update Cargo.toml to
reflect this.
This commit is contained in:
Carl Lerche
2018-02-07 14:45:12 -08:00
committed by GitHub
parent 23bc9d20d3
commit 4ae76132c1
+1 -1
View File
@@ -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"