summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNoah Too <krivahtoo@gmail.com>2022-10-21 21:26:39 +0300
committerGitHub <noreply@github.com>2022-10-21 14:26:39 -0400
commit38e82d4844a867f8b4ab5460dc54dd1b0f29afcb (patch)
tree6c27b80f0e671b66508a1ab9e1787bc68672df8a /Cargo.toml
parent7d89ec31a0028957bbbcb47cabc67d47523820dc (diff)
update ansi-to-tui to 2.0.0 (#210)
updated ansi-to-tui to 2.0.0 which has much better ansi parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e810000..e2c17f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
keywords = ["tui-rs", "ranger", "file manager", "termion"]
[dependencies]
-ansi-to-tui = { version = "^0", optional = true }
+ansi-to-tui = { version = "^2", optional = true }
alphanumeric-sort = "^1"
chrono = "^0"
colors-transform = "^0"