deps: bump async-trait from 0.1.72 to 0.1.73

Pull-Request: #4321.
This commit is contained in:
dependabot[bot]
2023-08-14 09:38:56 +00:00
committed by GitHub
parent 8022769daf
commit c2648d775a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -484,9 +484,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
version = "0.1.72"
version = "0.1.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
dependencies = [
"proc-macro2",
"quote",

View File

@ -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.72"
async-trait = "0.1.73"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-plaintext = { workspace = true }