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