From 5f4e1caf195f7616758cf6482057e5f0b9f22b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:00:07 +0000 Subject: [PATCH] Update wayland-protocols-wlr requirement from 0.2.0 to 0.3.12 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) - [Commits](https://github.com/smithay/wayland-rs/commits) --- updated-dependencies: - dependency-name: wayland-protocols-wlr dependency-version: 0.3.12 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 2dae89e..eafab41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" wayland-client = "0.31.0" -wayland-protocols-wlr = { version = "0.2.0", features = ["client"] } +wayland-protocols-wlr = { version = "0.3.12", features = ["client"] } [profile.release] strip = true