From fcbd18c4b7d90388a9a2b9e28555d2526727958c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 15:24:18 +0800 Subject: Replace string_proc with just_fmt as external dependency --- Cargo.lock | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 88a8d1d..291cf25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,11 +17,11 @@ dependencies = [ name = "action_system_macros" version = "0.1.0" dependencies = [ + "just_fmt", "proc-macro2", "quote", "serde", "serde_json", - "string_proc", "syn", "tcp_connection", ] @@ -798,7 +798,6 @@ dependencies = [ "jvlib", "sha1_hash", "sheet_system", - "string_proc", "tcp_connection", "toml", "vcs_actions", @@ -1566,22 +1565,6 @@ dependencies = [ "der", ] -[[package]] -name = "string_proc" -version = "0.1.0" -dependencies = [ - "strip-ansi-escapes", -] - -[[package]] -name = "strip-ansi-escapes" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" -dependencies = [ - "vte", -] - [[package]] name = "subtle" version = "2.6.1" @@ -1783,11 +1766,11 @@ version = "0.1.0" dependencies = [ "action_system", "cfg_file", + "just_fmt", "log", "serde", "serde_json", "sha1_hash", - "string_proc", "tcp_connection", "thiserror 2.0.17", "tokio", @@ -1803,10 +1786,10 @@ dependencies = [ "chrono", "data_struct", "dirs", + "just_fmt", "rand 0.9.2", "serde", "sha1_hash", - "string_proc", "tcp_connection", "tokio", "uuid", @@ -1837,15 +1820,6 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -[[package]] -name = "vte" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" -dependencies = [ - "memchr", -] - [[package]] name = "walkdir" version = "2.5.0" -- cgit