summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-25 07:48:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-25 07:48:47 +0800
commit5f3d4892a12189e88e692eabdd5f8fe68c79b23e (patch)
tree315e67e2efc2ca88d8e25aeb98626b1169241b17 /Cargo.lock
parent5dd853c5371bf26d7bf3774f3c03088fb15f84a3 (diff)
Replace string_proc with just_fmt dependency
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee357f4..bd4b07c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -432,6 +432,7 @@ dependencies = [
"dirs",
"env_logger",
"just_enough_vcs",
+ "just_fmt",
"log",
"strip-ansi-escapes",
"tokio",
@@ -1141,13 +1142,13 @@ dependencies = [
"crossterm",
"erased-serde",
"just_enough_vcs",
+ "just_fmt",
"log",
"regex",
"render_system_macros",
"rust-i18n",
"serde",
"serde_json",
- "string_proc",
"thiserror 2.0.17",
"tokio",
"toml 0.9.8",