chore: Update cosmic-protocols/cctk

This commit is contained in:
Victoria Brekenfeld 2025-03-21 20:34:18 +01:00 committed by Michael Murphy
parent 4029f7b547
commit 64d013ed38
2 changed files with 10 additions and 9 deletions

15
Cargo.lock generated
View file

@ -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]]

View file

@ -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" }