Merge pull request #273 from cargo-bins/dependabot/cargo/async-trait-0.1.57

Bump async-trait from 0.1.56 to 0.1.57
This commit is contained in:
Jiahao XU 2022-08-04 16:40:30 +10:00 committed by GitHub
commit 888627ce87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -28,9 +28,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.56"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
dependencies = [
"proc-macro2",
"quote",

View file

@ -19,7 +19,7 @@ pkg-fmt = "zip"
pkg-fmt = "zip"
[dependencies]
async-trait = "0.1.56"
async-trait = "0.1.57"
bytes = "1.2.1"
bzip2 = "0.4.3"
cargo_toml = "0.11.5"