From 2242eb5c3357e9624e9ea04d9b4360cc10cbb598 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 2 Nov 2023 13:22:24 +0400 Subject: [PATCH] test: update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7a9d2b..0b0c682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ std = ["alloc"] alloc = [] [dev-dependencies] -wayland-client = "0.30.1" -wayland-cursor = "0.30.0" +wayland-client = "0.31.1" +wayland-cursor = "0.31.0"