fix excessive ansi escape sequences (#5901)

This commit is contained in:
Darren Schroeder
2022-06-27 18:51:14 -05:00
committed by GitHub
parent 06d5a31301
commit 8c9dced71b
2 changed files with 3 additions and 3 deletions

View File

@ -17,5 +17,5 @@ nu-protocol = { path = "../nu-protocol", version = "0.64.1" }
regex = "1.4"
unicode-width = "0.1.8"
strip-ansi-escapes = "0.1.1"
ansi-str = "0.1.1"
ansi-str = "0.2.0"
atty = "0.2.14"