Merge pull request #2195 from gitbutlerapp/dependabot/cargo/async-trait-0.1.77

chore(deps): bump async-trait from 0.1.74 to 0.1.77
This commit is contained in:
Nikita Galaiko 2024-01-09 12:40:06 +01:00 committed by GitHub
commit 143c1ad207
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

@ -228,9 +228,9 @@ checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1"
[[package]]
name = "async-trait"
version = "0.1.74"
version = "0.1.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
dependencies = [
"proc-macro2",
"quote",

View File

@ -22,7 +22,7 @@ tempfile = "3.8"
[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.74"
async-trait = "0.1.77"
backoff = "0.4.0"
backtrace = { version = "0.3.69", optional = true }
bstr = "1.9.0"