Skip to content

Commit

Permalink
deps: bump async-io from 2.3.1 to 2.3.2
Browse files Browse the repository at this point in the history
Pull-Request: #5225.
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent aa53600 commit 2ae90a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 = "2.3.1", optional = true }
async-io = { version = "2.3.2", optional = true }
data-encoding = "2.5.0"
futures = "0.3.30"
if-watch = "3.2.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 = "2.3.1", optional = true }
async-io = { version = "2.3.2", optional = true }
futures = "0.3.30"
futures-timer = "3.0"
if-watch = "3.2.0"
Expand Down

0 comments on commit 2ae90a5

Please sign in to comment.