Skip to content

Commit e285112

Browse files
build(deps): bump mio from 1.1.0 to 1.1.1 (#14819)
Bumps [mio](https://github.com/tokio-rs/mio) from 1.1.0 to 1.1.1. - [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.1.0...v1.1.1) --- updated-dependencies: - dependency-name: mio dependency-version: 1.1.1 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 e003f6a commit e285112

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,9 +1352,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
13521352

13531353
[[package]]
13541354
name = "libc"
1355-
version = "0.2.177"
1355+
version = "0.2.178"
13561356
source = "registry+https://github.com/rust-lang/crates.io-index"
1357-
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
1357+
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
13581358

13591359
[[package]]
13601360
name = "libloading"
@@ -1618,9 +1618,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
16181618

16191619
[[package]]
16201620
name = "mio"
1621-
version = "1.1.0"
1621+
version = "1.1.1"
16221622
source = "registry+https://github.com/rust-lang/crates.io-index"
1623-
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
1623+
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
16241624
dependencies = [
16251625
"libc",
16261626
"wasi 0.11.1+wasi-snapshot-preview1",
@@ -1643,7 +1643,7 @@ version = "0.50.3"
16431643
source = "registry+https://github.com/rust-lang/crates.io-index"
16441644
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
16451645
dependencies = [
1646-
"windows-sys 0.61.0",
1646+
"windows-sys 0.60.2",
16471647
]
16481648

16491649
[[package]]

0 commit comments

Comments
 (0)