summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-11-06 22:06:22 +0800
committer魏曹先生 <1992414357@qq.com>2025-11-06 22:06:22 +0800
commitce6ff7ec0648af667e620631b793fe0e4f8fea37 (patch)
tree9b962d642c63cc8c0dc704d426962f5911f6bf9b /Cargo.toml
parent60894f1271293c2802c1779e3260aa218294efe3 (diff)
update: upgrade dependencies and add new modules
- Upgrade colored from 2.2.0 to 3.0.0 - Remove duplicate colored dependency - Add strip-ansi-escapes for ANSI escape sequence handling - Add ahash for high-performance hashing - Add data_struct and vcs_docs modules
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f579da3..c629414 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,8 +49,9 @@ env_logger = "0.11"
# Async
tokio = { version = "1", features = ["full"] }
-# Color
-colored = "2.0"
+# Display
+colored = "3.0"
+strip-ansi-escapes = "0.2.1"
# i18n
rust-i18n = "3"