Skip to content

Commit 27f62ad

Browse files
build(deps): bump mio from 1.0.3 to 1.0.4 (#3933)
Bumps [mio](https://github.com/tokio-rs/mio) from 1.0.3 to 1.0.4. - [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-version: 1.0.4 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 fefa7c0 commit 27f62ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
14491449
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
14501450
dependencies = [
14511451
"cfg-if",
1452-
"windows-targets 0.52.6",
1452+
"windows-targets 0.48.5",
14531453
]
14541454

14551455
[[package]]
@@ -2997,13 +2997,13 @@ dependencies = [
29972997

29982998
[[package]]
29992999
name = "mio"
3000-
version = "1.0.3"
3000+
version = "1.0.4"
30013001
source = "registry+https://github.com/rust-lang/crates.io-index"
3002-
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
3002+
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
30033003
dependencies = [
30043004
"libc",
30053005
"wasi 0.11.0+wasi-snapshot-preview1",
3006-
"windows-sys 0.52.0",
3006+
"windows-sys 0.59.0",
30073007
]
30083008

30093009
[[package]]

0 commit comments

Comments
 (0)