From 9d2783b7898113369d4303552dbb5c4d5adfd2f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:44:50 +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 468b26f16..ff63dca40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ gio = "0.16" glib = "0.16" glib-sys = "0.16" gtk = "0.16" -gdk = "0.16" +gdk = "0.18" gdk-sys = "0.16" gdkx11-sys = "0.16" gdkwayland-sys = "0.16.0"