From 4ccd352d4b444a0fe151c749a9b1ba9141f6bf7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:10:43 +0000 Subject: [PATCH] fix(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 c290fd74a0..d0cd7bd774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ cairo-rs = "0.16" gio = "0.16" glib = "0.16" glib-sys = "0.16" -gtk = "0.16" +gtk = "0.18" gdk = "0.16" gdk-sys = "0.16" gdkx11-sys = "0.16"