From d4696b77f09b183455ba2b197f0e6b58d5dd247d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:45:35 +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 8d7a078..d9a4a1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,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 }