deps: bump async-trait from 0.1.69 to 0.1.71

Pull-Request: #4175.
This commit is contained in:
dependabot[bot]
2023-07-11 10:04:32 +00:00
committed by GitHub
parent 1246d832a4
commit 066f7d6c5d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -478,9 +478,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
version = "0.1.69"
version = "0.1.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7"
checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
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.69"
async-trait = "0.1.71"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-plaintext = { workspace = true }