From bfd3edc6fa15e32721007a4cba78349cf4e5ba3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:30:48 +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 d6ccf57e7f..b4a214ea20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ webkit2gtk = { version = "1.1", features = [ "v2_38" ] } webkit2gtk-sys = "1.1" gio = "0.16" glib = "0.16" -gtk = "0.16" +gtk = "0.18" gdk = "0.16" soup3 = "0.3" winit = { package = "winit-gtk", version = "0.28.1", features = [ "serde" ], optional = true }