From 0efdfb25f5c1f803a71d04763b36974a04d7ffee Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 12 Aug 2025 15:26:31 +0200 Subject: [PATCH] chore: smithay update --- Cargo.lock | 15 +++++++++++++-- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f476efba..3d8a8c3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4819,7 +4819,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/smithay/smithay.git?rev=436d82a#436d82a4f72eab525fd634409f8c7a329b28bfb7" +source = "git+https://github.com/smithay/smithay.git?rev=ae1faae#ae1faaeb71e2664f4ddb3db7423a5ec746a6a51d" dependencies = [ "aliasable", "appendlist", @@ -4865,7 +4865,7 @@ dependencies = [ "wayland-server", "winit", "x11rb", - "xkbcommon 0.8.0", + "xkbcommon 0.9.0", ] [[package]] @@ -6699,6 +6699,17 @@ dependencies = [ "xkeysym", ] +[[package]] +name = "xkbcommon" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d" +dependencies = [ + "libc", + "memmap2 0.9.5", + "xkeysym", +] + [[package]] name = "xkbcommon-dl" version = "0.4.2" diff --git a/Cargo.toml b/Cargo.toml index c48609d5..04c4118b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,4 +126,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" } [patch.crates-io] -smithay = { git = "https://github.com/smithay/smithay.git", rev = "436d82a" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "ae1faae" }