From e39789893ce2d9f97140adccb80c3cb547f41548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:21:04 +0200 Subject: [PATCH] fix(deps): update rust crate zbus to 3.2 (#19) 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 2437c143..989dd44a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ features = [ ] [target.'cfg(target_os = "linux")'.dependencies] -zbus = "3.1" +zbus = "3.2"