From 87353e63d65fe3fb4455abee2b1bd00be9e28b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:12:15 +0000 Subject: [PATCH] build(deps): update wayland-protocols-wlr requirement from 0.2 to 0.3 Updates the requirements on [wayland-protocols-wlr](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/compare/wayland-protocols-wlr-v0.2...wayland-backend-v0.3.1) --- updated-dependencies: - dependency-name: wayland-protocols-wlr 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 1b65a15e..473e0cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ once_cell = { version = "1.19.0", optional = true } wayland-protocols-misc = { version = "0.3", features = [ "client", ], optional = true } -wayland-protocols-wlr = { version = "0.2", features = [ +wayland-protocols-wlr = { version = "0.3", features = [ "client", ], optional = true } wayland-protocols-plasma = { version = "0.3", features = [