From cd10651eb387642968afb57ad538f22ecb6acb96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:25:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20async-recursion?= =?UTF-8?q?=20to=201.0.5?= 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 f4e94ca04..50a8813d3 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -110,7 +110,7 @@ nix = { version = "0.27", default-features = false, features = [ async-process = "2.0.0" [target.'cfg(any(target_os = "macos", windows))'.dependencies] -async-recursion = "1.0.0" +async-recursion = "1.0.5" [dev-dependencies] zbus_xml = { path = "../zbus_xml", version = "4.0.0" }