From 3d6b7944055af9f5c585fdcd7ccc5f24c85ba304 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 14:05:10 +0200 Subject: [PATCH] fix(deps): update rust crate zbus to 3.6 (#20) 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 406e0eb7..92e2a252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ features = [ ] [target.'cfg(target_os = "linux")'.dependencies] -zbus = "3.2" +zbus = "3.6"