From 03ed4b9141afc2beff01336a10efaeecde6e72ad Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Wed, 27 May 2026 08:50:49 +0200 Subject: [PATCH 1/3] Refresh Cargo lockfile after upstream rebase --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cf2e54..a2e1d46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2780,6 +2780,14 @@ dependencies = [ "winnow 1.0.3", ] +[[patch.unused]] +name = "cosmic-freedesktop-icons" +version = "0.4.0" + +[[patch.unused]] +name = "softbuffer" +version = "0.4.1" + [[patch.unused]] name = "dpi" version = "0.1.2" @@ -2827,11 +2835,3 @@ version = "0.31.0-beta.2" [[patch.unused]] name = "winit-x11" version = "0.31.0-beta.2" - -[[patch.unused]] -name = "cosmic-freedesktop-icons" -version = "0.4.0" - -[[patch.unused]] -name = "softbuffer" -version = "0.4.1" From d0a1a5e632f8d09c8f945556b9aaace7b8592518 Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Fri, 29 May 2026 07:54:13 +0200 Subject: [PATCH 2/3] chore: refresh lockfile patch ordering --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2e1d46..7b7e380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2780,10 +2780,6 @@ dependencies = [ "winnow 1.0.3", ] -[[patch.unused]] -name = "cosmic-freedesktop-icons" -version = "0.4.0" - [[patch.unused]] name = "softbuffer" version = "0.4.1" @@ -2835,3 +2831,7 @@ version = "0.31.0-beta.2" [[patch.unused]] name = "winit-x11" version = "0.31.0-beta.2" + +[[patch.unused]] +name = "cosmic-freedesktop-icons" +version = "0.4.0" From 4b93bf0f5b0e1c9f9236bb0b83218284e0939a25 Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Fri, 3 Jul 2026 14:05:58 +0200 Subject: [PATCH 3/3] chore: refresh lockfile after libcosmic theme-v2 rebase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leyoda 2026 – GPLv3 --- Cargo.lock | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b7e380..b3ab478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,6 +905,7 @@ dependencies = [ "rustc-hash", "smol_str", "thiserror 2.0.17", + "unicode-segmentation", "web-time", "window_clipboard", ] @@ -2036,6 +2037,12 @@ version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" +[[package]] +name = "unicode-segmentation" +version = "1.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" + [[package]] name = "upower_dbus" version = "0.3.2" @@ -2780,10 +2787,6 @@ dependencies = [ "winnow 1.0.3", ] -[[patch.unused]] -name = "softbuffer" -version = "0.4.1" - [[patch.unused]] name = "dpi" version = "0.1.2" @@ -2832,6 +2835,10 @@ version = "0.31.0-beta.2" name = "winit-x11" version = "0.31.0-beta.2" +[[patch.unused]] +name = "softbuffer" +version = "0.4.1" + [[patch.unused]] name = "cosmic-freedesktop-icons" version = "0.4.0"