Skip to content

Commit 2e19947

Browse files
deps: bump async-io from 1.13.0 to 2.2.0
Pull-Request: #4804.
1 parent 8d87c08 commit 2e19947

File tree

3 files changed

+109
-33
lines changed

3 files changed

+109
-33
lines changed

Cargo.lock

Lines changed: 107 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.13.0", optional = true }
15+
async-io = { version = "2.2.0", optional = true }
1616
data-encoding = "2.4.0"
1717
futures = "0.3.29"
1818
if-watch = "3.1.0"

transports/tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.13.0", optional = true }
14+
async-io = { version = "2.2.0", optional = true }
1515
futures = "0.3.29"
1616
futures-timer = "3.0"
1717
if-watch = "3.1.0"

0 commit comments

Comments
 (0)