Skip to content

Commit

Permalink
Merge pull request #600 from dbus2/renovate/async-fs-2.x
Browse files Browse the repository at this point in the history
⬆️ Update async-fs to 2.1.1
  • Loading branch information
zeenix authored Feb 18, 2024
2 parents 762ed66 + aea8fa3 commit 8b65236
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 @@ -67,7 +67,7 @@ sha1 = { version = "0.10.5", features = ["std"] }
event-listener = "5.0.0"
static_assertions = "1.1.0"
async-trait = "0.1.58"
async-fs = { version = "2.0.0", optional = true }
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 = [
"rt",
Expand Down

0 comments on commit 8b65236

Please sign in to comment.