From 2dfc09139c8bc6f6267a950633a17bcd8bf1f405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 13:04:45 +0200 Subject: [PATCH] fix(deps): update rust crate zbus to 3.1 (#11) 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 6c2ea5ec..83c756e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ features = [ ] [target.'cfg(target_os = "linux")'.dependencies] -zbus = "3.0" +zbus = "3.1"