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
@@ -1,8 +1,8 @@
use crate::display_node::DisplayNode;
use crate::node::FileTime;
use ansi_term::Colour::Red;
use lscolors::{LsColors, Style};
use nu_ansi_term::Color::Red;
use unicode_width::UnicodeWidthStr;