From fe2ee2dbf9021ae35c15b302e6c46307a7b35135 Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Fri, 10 Nov 2023 10:27:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20zb:=20update=20async-proce?= =?UTF-8?q?ss=20to=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zbus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbus/Cargo.toml b/zbus/Cargo.toml index 0e48b336b..e4092b830 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -108,7 +108,7 @@ nix = { version = "0.27", default-features = false, features = [ [target.'cfg(target_os = "macos")'.dependencies] # FIXME: This should only be enabled if async-io feature is enabled but currently # Cargo doesn't provide a way to do that for only specific target OS: https://github.com/rust-lang/cargo/issues/1197. -async-process = "1.7.0" +async-process = "2.0.0" [target.'cfg(any(target_os = "macos", windows))'.dependencies] async-recursion = "1.0.0"