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

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