From c334aac8126c1cf5cc56240e22ac622196fffc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:00:26 +0000 Subject: [PATCH] build(deps): bump wayland-protocols-wlr from 0.2.0 to 0.3.6 Bumps [wayland-protocols-wlr](https://github.com/smithay/wayland-rs) from 0.2.0 to 0.3.6. - [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-protocols-wlr dependency-version: 0.3.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 33 +++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb5d0f5..e49cb1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1854,7 +1854,7 @@ dependencies = [ "universal-config", "walkdir", "wayland-client", - "wayland-protocols-wlr", + "wayland-protocols-wlr 0.3.6", "zbus", ] @@ -3099,8 +3099,8 @@ dependencies = [ "wayland-client", "wayland-csd-frame", "wayland-cursor", - "wayland-protocols", - "wayland-protocols-wlr", + "wayland-protocols 0.31.2", + "wayland-protocols-wlr 0.2.0", "wayland-scanner", "xkeysym", ] @@ -3946,6 +3946,18 @@ dependencies = [ "wayland-scanner", ] +[[package]] +name = "wayland-protocols" +version = "0.32.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc" +dependencies = [ + "bitflags 2.9.0", + "wayland-backend", + "wayland-client", + "wayland-scanner", +] + [[package]] name = "wayland-protocols-wlr" version = "0.2.0" @@ -3955,7 +3967,20 @@ dependencies = [ "bitflags 2.9.0", "wayland-backend", "wayland-client", - "wayland-protocols", + "wayland-protocols 0.31.2", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-wlr" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248a02e6f595aad796561fa82d25601bd2c8c3b145b1c7453fc8f94c1a58f8b2" +dependencies = [ + "bitflags 2.9.0", + "wayland-backend", + "wayland-client", + "wayland-protocols 0.32.6", "wayland-scanner", ] diff --git a/Cargo.toml b/Cargo.toml index f15a02b..0162385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ dirs = "6.0.0" walkdir = "2.5.0" notify = { version = "8.0.0", default-features = false } wayland-client = "0.31.1" -wayland-protocols-wlr = { version = "0.2.0", features = ["client"] } +wayland-protocols-wlr = { version = "0.3.6", features = ["client"] } smithay-client-toolkit = { version = "0.18.1", default-features = false, features = [ "calloop", ] }