From f5e74a89eb309cded315873434c6113cbd5dd894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 04:38:57 +0000 Subject: [PATCH] Bump mio from 0.7.13 to 0.7.14 Bumps [mio](https://github.com/tokio-rs/mio) from 0.7.13 to 0.7.14. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/v0.7.14/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.7.13...v0.7.14) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libcontainer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f67c7d6b..e03f9bad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,9 +779,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" +checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" dependencies = [ "libc", "log", diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index 93ec58713..88e61ebab 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -20,7 +20,7 @@ fastrand = "1.4.1" futures = { version = "0.3", features = ["thread-pool"] } libc = "0.2.105" log = "0.4" -mio = { version = "0.7.13", features = ["os-ext", "os-poll"] } +mio = { version = "0.7.14", features = ["os-ext", "os-poll"] } nix = "0.23.0" oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "d6fb1e91742313cd0d0085937e2d6df5d4669720" } path-clean = "0.1.0"