summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 737727f..32bf5f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ vte50 = ["osc8_links"]
[dependencies]
failure = "^0.1"
term_size = "^0.3"
-ansi_term = "^0.11"
+ansi_term = "^0.12"
# URL type to parse URLs in markdown and reference external resources
url = {version = "^1.7", optional = true}