Skip to content

Commit

Permalink
deps: bump async-trait from 0.1.79 to 0.1.80
Browse files Browse the repository at this point in the history
Pull-Request: #5308.
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent bec3037 commit c1891bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 swarm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.79"
async-trait = "0.1.80"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true, features = ["rand"] }
libp2p-plaintext = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion transports/dns/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-resolver = { version = "0.24", optional = true }
async-trait = "0.1.79"
async-trait = "0.1.80"
futures = "0.3.30"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
Expand Down

0 comments on commit c1891bc

Please sign in to comment.