From f1e88d8ce4fc4841a7e0d47635491d811659d016 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 06:36:59 +0000 Subject: [PATCH] Update mio requirement from 0.6.2 to 0.7.1 Updates the requirements on [mio](https://github.com/tokio-rs/mio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.6.2...v0.7.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 768f5f6..d5a6561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/trangar/mio-child-process" [dependencies] mio-extras = "2.0.6" -mio = "0.6.2" # dependency of mio-extras +mio = "0.7.1" # dependency of mio-extras [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["tlhelp32"] }