From 2b3f127e0ed18fa351c7fe4712c2a6e430a6388b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 04:28:05 +0000 Subject: [PATCH] Update wayland-cursor requirement from 0.29 to 0.31 Updates the requirements on [wayland-cursor](https://github.com/smithay/wayland-rs) to permit the latest version. - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) --- updated-dependencies: - dependency-name: wayland-cursor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3e1134..882ebda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ wayland-protocols = { version = "0.29", features = [ "client", "unstable_protocols", ], optional = true } -wayland-cursor = { version = "0.29", optional = true } +wayland-cursor = { version = "0.31", optional = true } tempfile = { version = "3.3", optional = true } x11-dl = { version = "2.19.1", optional = true } libc = { version = "0.2.107", optional = true }