From 1c7e13f188ab86a65b1a8b7a3d4657633f36537b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 04:46:04 +0000 Subject: [PATCH] fix(deps): update rust crate gtk to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6d1f59ff8..e3b30c629f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ webkit2gtk = { version = "0.19.2", features = [ "v2_38" ] } webkit2gtk-sys = "0.19.1" gio = "0.16" glib = "0.16" -gtk = "0.16" +gtk = "0.17" gdk = "0.16" soup3 = "0.3"