diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 07:48:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 07:48:47 +0800 |
| commit | 5f3d4892a12189e88e692eabdd5f8fe68c79b23e (patch) | |
| tree | 315e67e2efc2ca88d8e25aeb98626b1169241b17 /Cargo.lock | |
| parent | 5dd853c5371bf26d7bf3774f3c03088fb15f84a3 (diff) | |
Replace string_proc with just_fmt dependency
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |
