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"