From 7a2e2cc8e7e0bb8a2db85141ba973a2e9d4c08ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 18:20:13 +0200 Subject: [PATCH] fix(deps): update rust crate zbus to v3 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffaba524..6c2ea5ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ features = [ ] [target.'cfg(target_os = "linux")'.dependencies] -zbus = "2.2" +zbus = "3.0"