From 38c3840b00982521a4ae3890bc814e3cc8004b75 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 10 Feb 2026 13:41:46 -0800 Subject: [PATCH] Update `smithay` with fix for image-copy leak Includes fix from https://github.com/Smithay/smithay/pull/1928. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8d61c80..5aafabe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index e7209087..4218c560 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }