From 729ea78d53d376f74675775ce01a751b35f32c6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:32:56 +0000 Subject: [PATCH] fix(deps): update rust crate zbus to v4 --- plugins/single-instance/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/single-instance/Cargo.toml b/plugins/single-instance/Cargo.toml index f22c476e32..219e6a1c00 100644 --- a/plugins/single-instance/Cargo.toml +++ b/plugins/single-instance/Cargo.toml @@ -31,7 +31,7 @@ features = [ ] [target.'cfg(target_os = "linux")'.dependencies] -zbus = "3" +zbus = "4" [features] semver = ["dep:semver"] \ No newline at end of file