From 64d013ed387400a48ad06bd091557180d22f4226 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 21 Mar 2025 20:34:18 +0100 Subject: [PATCH] chore: Update cosmic-protocols/cctk --- Cargo.lock | 15 ++++++++------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4704510..32b7334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1497,8 +1497,9 @@ dependencies = [ [[package]] name = "cosmic-client-toolkit" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols//?rev=ed2a481#ed2a48143cd6dc63274aa04461de3d341e50b16b" +source = "git+https://github.com/pop-os/cosmic-protocols//?rev=ee0d46f#ee0d46f4b7e1508011a98225f14c4a0528ab2914" dependencies = [ + "bitflags 2.8.0", "cosmic-protocols", "libc", "smithay-client-toolkit", @@ -1612,7 +1613,7 @@ dependencies = [ [[package]] name = "cosmic-protocols" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols//?rev=ed2a481#ed2a48143cd6dc63274aa04461de3d341e50b16b" +source = "git+https://github.com/pop-os/cosmic-protocols//?rev=ee0d46f#ee0d46f4b7e1508011a98225f14c4a0528ab2914" dependencies = [ "bitflags 2.8.0", "wayland-backend", @@ -2334,7 +2335,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4486,7 +4487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -6433,7 +6434,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -7067,7 +7068,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 0.38.44", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8064,7 +8065,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 657d254..ff4e7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,8 @@ lto = "thin" # smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" } [patch.'https://github.com/pop-os/cosmic-protocols'] -cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "ed2a481" } -cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "ed2a481" } +cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "ee0d46f" } +cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "ee0d46f" } # [patch.'https://github.com/pop-os/cosmic-settings-daemon'] # cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon//", branch = "input_nobuild" }