summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 21:34:16 +0000
committerAndrew Clayton <a.clayton@nginx.com>2024-03-11 12:09:55 +0000
commit6b13857142782167a544c55e67e292e5e30230fa (patch)
tree8710da199374d7fe4d94f3b1fd7d88a2b7c386d4
parenta171b399220b69d4b526769481a089a117265902 (diff)
downloadunit-6b13857142782167a544c55e67e292e5e30230fa.tar.gz
unit-6b13857142782167a544c55e67e292e5e30230fa.tar.bz2
Wasm-wc: Bump the mio crate from 0.8.10 to 0.8.11
Bumps mio <https://github.com/tokio-rs/mio> from 0.8.10 to 0.8.11. Fixes receiving IOCP events after deregistering a Windows named pipe. Not that that effects Unit... Link: <https://github.com/nginx/unit/security/dependabot/1> Link: Changelog <https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md> Link: Commits <https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11> Signed-off-by: dependabot[bot] <support@github.com> Reviewed-by: Andrew Clayton <a.clayton@nginx.com> [ Tweaked commit message/subject - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r--src/wasm-wasi-component/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-wasi-component/Cargo.lock b/src/wasm-wasi-component/Cargo.lock
index bc09e96a..f785210e 100644
--- a/src/wasm-wasi-component/Cargo.lock
+++ b/src/wasm-wasi-component/Cargo.lock
@@ -905,9 +905,9 @@ dependencies = [
[[package]]
name = "mio"
-version = "0.8.10"
+version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
+checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"wasi",