From 449a2f65836e02b24c6138dc1dee79340d92583a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:31:12 +0000 Subject: [PATCH] fix(deps): update rust crate libappindicator to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46fa9e0..2fadd24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ features = [ ] [target."cfg(target_os = \"linux\")".dependencies] -libappindicator = "0.8" +libappindicator = "0.9" dirs-next = "2.0" [target."cfg(target_os = \"linux\")".dev-dependencies]