build(deps): bump async-trait from 0.1.57 to 0.1.68 (#4209)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-09 13:00:14 +02:00 committed by GitHub
parent ba083343ab
commit 6bbb497aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -257,13 +257,13 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.57"
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.107",
"syn 2.0.15",
]
[[package]]