From 105ba153bf39f96d61507566e23e454772a487fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:02:00 +0000 Subject: [PATCH] fix(deps): update rust crate gdk to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58c2387b58..bb4219ea8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ webkit2gtk-sys = "1.1" gio = "0.16" glib = "0.16" gtk = "0.16" -gdk = "0.16" +gdk = "0.18" soup3 = "0.3" [target."cfg(target_os = \"windows\")".dependencies]