From 800e864d68737296cf1258b8e18915dc01e64ef9 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Wed, 17 Feb 2021 19:53:43 -0800 Subject: Upgrade rust/crates/mio to 0.7.8 Test: make Change-Id: Ifa282eee38e66604bfaafe68e4ba82e3c4b2761c --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1115469..80f9f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ [package] edition = "2018" name = "mio" -version = "0.7.7" +version = "0.7.8" authors = ["Carl Lerche ", "Thomas de Zeeuw ", "Tokio Contributors "] include = ["Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "src/**/*.rs", "examples/**/*.rs"] description = "Lightweight non-blocking IO" @@ -60,7 +60,7 @@ tcp = ["net"] udp = ["net"] uds = ["net"] [target."cfg(unix)".dependencies.libc] -version = "0.2.69" +version = "0.2.86" [target."cfg(windows)".dependencies.miow] version = "0.3.6" -- cgit v1.2.3