From 1904c4b4c1fbd8f4d78a9d8bba73672cb3348372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:12:54 +0000 Subject: [PATCH] chore(deps): update rust crate gtk to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59d2836..7dd1b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ libappindicator = "0.8" dirs-next = "2.0" [target."cfg(target_os = \"linux\")".dev-dependencies] -gtk = "0.16" +gtk = "0.18" [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.25"