From a2ffefb266466998f3be30f875fbd1e4e5ee07f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Aug 2021 17:22:56 +0000 Subject: [PATCH] fix(deps): update rust crate libayatana-appindicator to 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09e0683a1..096f34165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,6 +108,6 @@ gtk = { version = "0.14", features = [ "v3_22" ] } gdk = { version = "0.14", features = [ "v3_22" ] } gdk-sys = "0.14" gdk-pixbuf = { version = "0.14", features = [ "v2_36_8" ] } -libayatana-appindicator = { version = "0.1.4", optional = true } +libayatana-appindicator = { version = "0.1.6", optional = true } tauri-libappindicator = { version = "0.1.2", optional = true } x11-dl = "2.18"