From 5f3d4892a12189e88e692eabdd5f8fe68c79b23e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 07:48:47 +0800 Subject: Replace string_proc with just_fmt dependency --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') 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", -- cgit