deps: switch from ansi_term to nu_ansi_term

This commit is contained in:
Jeremy Bícha
2025-12-03 15:46:57 -05:00
committed by andy.boot
parent 6c20fae3e8
commit d39224d670
3 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -27,9 +27,9 @@ lto = true
strip = true
[dependencies]
ansi_term = "0.12"
clap = { version = "4", features = ["derive"] }
lscolors = "0.21"
nu-ansi-term = "0.50"
terminal_size = "0.4"
unicode-width = "0.2"
rayon = "1"