Skip to content

Commit e580f34

Browse files
deps: bump async-io from 2.2.1 to 2.2.2
Pull-Request: #5012.
1 parent 9323bc0 commit e580f34

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/mdns/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
1212

1313
[dependencies]
1414
async-std = { version = "1.12.0", optional = true }
15-
async-io = { version = "2.2.1", optional = true }
15+
async-io = { version = "2.2.2", optional = true }
1616
data-encoding = "2.5.0"
1717
futures = "0.3.29"
1818
if-watch = "3.2.0"

transports/tcp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
1111
categories = ["network-programming", "asynchronous"]
1212

1313
[dependencies]
14-
async-io = { version = "2.2.1", optional = true }
14+
async-io = { version = "2.2.2", optional = true }
1515
futures = "0.3.29"
1616
futures-timer = "3.0"
1717
if-watch = "3.2.0"

0 commit comments

Comments
 (0)