Update smithay with fix for image-copy leak

Includes fix from https://github.com/Smithay/smithay/pull/1928.
This commit is contained in:
Ian Douglas Scott 2026-02-10 13:41:46 -08:00
parent 2ea1186723
commit 38c3840b00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4992,7 +4992,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "smithay"
version = "0.7.0"
source = "git+https://github.com/smithay/smithay.git?rev=14a2009#14a2009cda0ef4db81e28941a1dbf4375f07e7f2"
source = "git+https://github.com/smithay/smithay.git?rev=3d3f9e3#3d3f9e359352d95cffd1e53287d57df427fcbd34"
dependencies = [
"aliasable",
"appendlist",

View file

@ -148,4 +148,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 = "14a2009" }
smithay = { git = "https://github.com/smithay/smithay.git", rev = "3d3f9e3" }