Skip to content

Commit

Permalink
deps: bump async-trait from 0.1.73 to 0.1.74
Browse files Browse the repository at this point in the history
Pull-Request: #4664.
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent d889aad commit 6b3980e
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.73"
async-trait = "0.1.74"
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 @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
async-trait = "0.1.72"
async-trait = "0.1.74"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.20"
Expand Down

0 comments on commit 6b3980e

Please sign in to comment.