Skip to content

Commit 8394331

Browse files
build(deps): bump mio from 1.0.4 to 1.1.0 (#14765)
Bumps [mio](https://github.com/tokio-rs/mio) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: mio dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e93076 commit 8394331

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
@@ -1618,13 +1618,13 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
16181618

16191619
[[package]]
16201620
name = "mio"
1621-
version = "1.0.4"
1621+
version = "1.1.0"
16221622
source = "registry+https://github.com/rust-lang/crates.io-index"
1623-
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1623+
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
16241624
dependencies = [
16251625
"libc",
16261626
"wasi 0.11.1+wasi-snapshot-preview1",
1627-
"windows-sys 0.59.0",
1627+
"windows-sys 0.61.0",
16281628
]
16291629

16301630
[[package]]
@@ -2057,7 +2057,7 @@ dependencies = [
20572057
"errno",
20582058
"libc",
20592059
"linux-raw-sys",
2060-
"windows-sys 0.59.0",
2060+
"windows-sys 0.52.0",
20612061
]
20622062

20632063
[[package]]

0 commit comments

Comments
 (0)