From 5cddad4e5350d2ec7fdfd28061593883f261e0ec Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 19 Mar 2025 20:45:34 +0800 Subject: [PATCH] .. --- Cargo.lock | 2 -- yazi-widgets/Cargo.toml | 12 +++++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1fb8920..05f69a22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3637,13 +3637,11 @@ name = "yazi-widgets" version = "25.3.7" dependencies = [ "futures", - "tokio", "unicode-width 0.2.0", "yazi-codegen", "yazi-config", "yazi-macro", "yazi-plugin", - "yazi-proxy", "yazi-shared", ] diff --git a/yazi-widgets/Cargo.toml b/yazi-widgets/Cargo.toml index a96cbef1..b14276ab 100644 --- a/yazi-widgets/Cargo.toml +++ b/yazi-widgets/Cargo.toml @@ -11,13 +11,11 @@ rust-version = "1.83.0" [dependencies] yazi-codegen = { path = "../yazi-codegen", version = "25.3.7" } -yazi-config = { path = "../yazi-config", version = "25.3.7" } -yazi-macro = { path = "../yazi-macro", version = "25.3.7" } -yazi-plugin = { path = "../yazi-plugin", version = "25.3.7" } -yazi-proxy = { path = "../yazi-proxy", version = "25.3.7" } -yazi-shared = { path = "../yazi-shared", version = "25.3.7" } +yazi-config = { path = "../yazi-config", version = "25.3.7" } +yazi-macro = { path = "../yazi-macro", version = "25.3.7" } +yazi-plugin = { path = "../yazi-plugin", version = "25.3.7" } +yazi-shared = { path = "../yazi-shared", version = "25.3.7" } # External dependencies -futures = { workspace = true } -tokio = { workspace = true } +futures = { workspace = true } unicode-width = { workspace = true }