summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-25 15:27:08 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-25 15:27:08 +0800
commitae06e0b30a328508f48c108fabcccdf1d23c5643 (patch)
tree8b8e0ae6aac77f5affbf15495f2d46aabf4fe3bf
parent1fc71c37623fb7d8c42930b1cc1e350bf4bf53b9 (diff)
Remove string_proc dependency and replace with just_fmt
-rw-r--r--Cargo.lock14
1 files changed, 3 insertions, 11 deletions
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",
@@ -2065,13 +2064,6 @@ 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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -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",