diff --git a/zbus/Cargo.toml b/zbus/Cargo.toml index adc7c73f6..76482ae61 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -65,7 +65,7 @@ sha1 = { version = "0.10.5", features = ["std"] } event-listener = "3.0.0" static_assertions = "1.1.0" async-trait = "0.1.58" -async-fs = { version = "1.6.0", optional = true } +async-fs = { version = "2.0.0", 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.21.2", optional = true, features = [ "rt",