From 0f67c6da191c573ccd4ca8e00c9e9c7107b1f5a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:14:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20async-trait=20to?= =?UTF-8?q?=200.1.77?= 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 fae654d81..b6b51cc8d 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -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 = [