Skip to content

Commit 8607888

Browse files
deps: bump async-io from 2.3.2 to 2.3.3
Pull-Request: #5436.
1 parent 83facf3 commit 8607888

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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 = "2.3.2", optional = true }
15+
async-io = { version = "2.3.3", optional = true }
1616
data-encoding = "2.6.0"
1717
futures = { workspace = true }
1818
if-watch = "3.2.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 = "2.3.2", optional = true }
14+
async-io = { version = "2.3.3", optional = true }
1515
futures = { workspace = true }
1616
futures-timer = "3.0"
1717
if-watch = "3.2.0"

0 commit comments

Comments
 (0)