From f2cde4298121d2daa8dd17d9c34f7a66edb2a9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:18:50 +0000 Subject: [PATCH] Bump mio from 0.8.6 to 0.8.8 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.6 to 0.8.8. - [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.6...v0.8.8) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/quickjs-wasm-sys/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 996da89b..f961bc55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,14 +1555,14 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "mio" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" +checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" dependencies = [ "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/crates/quickjs-wasm-sys/Cargo.toml b/crates/quickjs-wasm-sys/Cargo.toml index 7dc0c451..d75faeb6 100644 --- a/crates/quickjs-wasm-sys/Cargo.toml +++ b/crates/quickjs-wasm-sys/Cargo.toml @@ -24,7 +24,7 @@ futures-task = "=0.3.27" futures-util = { version = "=0.3.27", default-features = false } tokio-macros = "=1.7.0" futures-core = "=0.3.27" -mio = "=0.8.6" +mio = "=0.8.8" http-body-util = "=0.1.0-rc.2" tokio-native-tls = "=0.3.1" native-tls = "0.2.11"