Skip to content

Commit

Permalink
deps: bump async-io from 1.13.0 to 2.2.0
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#4804.
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 8d87c08 commit 2e19947
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 33 deletions.
138 changes: 107 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
async-std = { version = "1.12.0", optional = true }
async-io = { version = "1.13.0", optional = true }
async-io = { version = "2.2.0", optional = true }
data-encoding = "2.4.0"
futures = "0.3.29"
if-watch = "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
async-io = { version = "1.13.0", optional = true }
async-io = { version = "2.2.0", optional = true }
futures = "0.3.29"
futures-timer = "3.0"
if-watch = "3.1.0"
Expand Down

0 comments on commit 2e19947

Please sign in to comment.