Skip to content

Commit

Permalink
deps: bump async-trait from 0.1.66 to 0.1.67
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#3642.
  • Loading branch information
dependabot[bot] authored Mar 27, 2023
1 parent 1a85e24 commit 4897b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.57"
async-trait = "0.1.67"
libp2p-core = { version = "0.39.1", path = "../core" }
libp2p-identity = { version = "0.1.1", path = "../identity" }
libp2p-plaintext = { version = "0.39.1", path = "../transports/plaintext" }
Expand Down

0 comments on commit 4897b2e

Please sign in to comment.