From 63cb52cc7814db353a3ea3195e659a2d5e15a938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 14:46:44 +0000 Subject: [PATCH] fix(deps): update rust crate gdkwayland-sys to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c290fd74a0..94bf91884e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ gtk = "0.16" gdk = "0.16" gdk-sys = "0.16" gdkx11-sys = "0.16" -gdkwayland-sys = "0.16.0" +gdkwayland-sys = "0.17.0" gdk-pixbuf = "0.16" x11-dl = "2.21" zbus = "3"