Skip to content

Commit

Permalink
deps: bump async-io from 2.2.1 to 2.2.2
Browse files Browse the repository at this point in the history
Pull-Request: #5012.
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 9323bc0 commit e580f34
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.2.1", optional = true }
async-io = { version = "2.2.2", optional = true }
data-encoding = "2.5.0"
futures = "0.3.29"
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.2.1", optional = true }
async-io = { version = "2.2.2", optional = true }
futures = "0.3.29"
futures-timer = "3.0"
if-watch = "3.2.0"
Expand Down

0 comments on commit e580f34

Please sign in to comment.