mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 14:25:45 +03:00
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:
commit
143c1ad207
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user