From 748c8992a0a5ee098807e6addd1af8938d3ef9b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:44:59 +0000 Subject: [PATCH] fix(deps): update rust crate gdkwayland-sys to 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 468b26f16..5ccbe87a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ gtk = "0.16" gdk = "0.16" gdk-sys = "0.16" gdkx11-sys = "0.16" -gdkwayland-sys = "0.16.0" +gdkwayland-sys = "0.18.0" gdk-pixbuf = "0.16" x11-dl = "2.21" zbus = "3"