From a3f4c315b199e13a6ed7cfafbafa37ef5a97af19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 21:58:53 +0000 Subject: [PATCH] Bump wayland-protocols-wlr from 0.2.0 to 0.3.10 Bumps [wayland-protocols-wlr](https://github.com/smithay/wayland-rs) from 0.2.0 to 0.3.10. - [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.10 dependency-type: direct:production update-type: version-update:semver-minor ... 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..47a3b09 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.10", features = ["client"] } [profile.release] strip = true