Skip to content

Commit 99d9b26

Browse files
build(deps): bump mio from 0.8.0 to 0.8.1 (#1542)
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.0 to 0.8.1. - [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/commits) --- updated-dependencies: - dependency-name: mio dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 537937e commit 99d9b26

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Cargo.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
423423
dependencies = [
424424
"cfg-if",
425425
"libc",
426-
"wasi",
426+
"wasi 0.10.2+wasi-snapshot-preview1",
427427
]
428428

429429
[[package]]
@@ -1780,14 +1780,15 @@ dependencies = [
17801780

17811781
[[package]]
17821782
name = "mio"
1783-
version = "0.8.0"
1783+
version = "0.8.1"
17841784
source = "registry+https://github.com/rust-lang/crates.io-index"
1785-
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
1785+
checksum = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8"
17861786
dependencies = [
17871787
"libc",
17881788
"log",
17891789
"miow",
17901790
"ntapi",
1791+
"wasi 0.11.0+wasi-snapshot-preview1",
17911792
"winapi",
17921793
]
17931794

@@ -2775,6 +2776,12 @@ version = "0.10.2+wasi-snapshot-preview1"
27752776
source = "registry+https://github.com/rust-lang/crates.io-index"
27762777
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
27772778

2779+
[[package]]
2780+
name = "wasi"
2781+
version = "0.11.0+wasi-snapshot-preview1"
2782+
source = "registry+https://github.com/rust-lang/crates.io-index"
2783+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2784+
27782785
[[package]]
27792786
name = "wasm-bindgen"
27802787
version = "0.2.79"

0 commit comments

Comments
 (0)