From f55786bb61c111f75f9fb87bd794f6a89510610e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:32:15 +0000 Subject: [PATCH] fix(deps): update rust crate gdk to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05fcaf7b5..e7b8a1cd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ gio = "0.16" glib = "0.16" glib-sys = "0.16" gtk = "0.16" -gdk = "0.16" +gdk = "0.17" gdk-sys = "0.16" gdkx11-sys = "0.16" gdkwayland-sys = "0.16.0"