Skip to content

Commit

Permalink
⬆️ Update async-trait to 0.1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 29f7ea1 commit 0f67c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rand = "0.8.5"
sha1 = { version = "0.10.5", features = ["std"] }
event-listener = "5.0.0"
static_assertions = "1.1.0"
async-trait = "0.1.58"
async-trait = "0.1.77"
async-fs = { version = "2.1.1", optional = true }
# FIXME: We should only enable process feature for Mac OS. See comment on async-process below for why we can't.
tokio = { version = "1", optional = true, features = [
Expand Down

0 comments on commit 0f67c6d

Please sign in to comment.