From ae06e0b30a328508f48c108fabcccdf1d23c5643 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 15:27:08 +0800 Subject: Remove string_proc dependency and replace with just_fmt --- Cargo.lock | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index fdd5831..9e38018 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", ] @@ -1122,7 +1122,6 @@ dependencies = [ "jvlib", "sha1_hash", "sheet_system", - "string_proc", "tcp_connection", "toml 0.9.8", "vcs_actions", @@ -2064,13 +2063,6 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" -[[package]] -name = "string_proc" -version = "0.1.0" -dependencies = [ - "strip-ansi-escapes", -] - [[package]] name = "strip-ansi-escapes" version = "0.2.1" @@ -2342,11 +2334,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", @@ -2362,10 +2354,10 @@ dependencies = [ "chrono", "data_struct", "dirs", + "just_fmt", "rand 0.9.2", "serde", "sha1_hash", - "string_proc", "tcp_connection", "tokio", "uuid", -- cgit