From a940445081a079873b1f8e864db35ffd7d7826b5 Mon Sep 17 00:00:00 2001 From: Slinetrac Date: Sun, 4 Jan 2026 11:47:32 +0800 Subject: [PATCH] chore(deps): revert tray-icon patch Patch PR is merged. --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 505a03a24..228ccbca6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9019,8 +9019,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.21.2" -source = "git+https://github.com/clash-verge-rev/tray-icon?branch=fix%2Ftray-icon-create#ef2e99ac9959571f5a2540023ab2fc914395f805" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" dependencies = [ "crossbeam-channel", "dirs 6.0.0", diff --git a/Cargo.toml b/Cargo.toml index dec054697..3242ad6df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,8 +75,8 @@ deelevate = "0.2.0" # ********************************* [patch.crates-io] +# Patches until https://github.com/tauri-apps/tao/pull/1167 is merged. tao = { git = "https://github.com/tauri-apps/tao" } -tray-icon = { git = "https://github.com/clash-verge-rev/tray-icon", branch = "fix/tray-icon-create" } [workspace.lints.clippy] correctness = { level = "deny", priority = -1 }