From 135e056ef7b34688e6f157bb39f295d7072e82f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:16:13 +0000 Subject: [PATCH] chore(deps): bump mio from 0.8.11 to 1.0.2 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.11 to 1.0.2. - [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.8.11...v1.0.2) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/containerd-shim-wasmer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07ba6a9d3..deca6d586 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,7 +796,7 @@ dependencies = [ "anyhow", "containerd-shim-wasm", "log", - "mio 0.8.11", + "mio 1.0.2", "serial_test", "tokio", "wasmer", diff --git a/crates/containerd-shim-wasmer/Cargo.toml b/crates/containerd-shim-wasmer/Cargo.toml index eb0a95fcc..f7be3b371 100644 --- a/crates/containerd-shim-wasmer/Cargo.toml +++ b/crates/containerd-shim-wasmer/Cargo.toml @@ -11,7 +11,7 @@ tokio = { workspace = true } wasmer = { version = "4.1.2" } wasmer-wasix = { version = "0.12.0" } -mio = { version = "0.8.11", features = ["net"] } +mio = { version = "1.0.2", features = ["net"] } [dev-dependencies] containerd-shim-wasm = { workspace = true, features = ["testing"] }