From 4f97d51f1e7e57dc43d021a17a6337ca9d68ed4b Mon Sep 17 00:00:00 2001 From: Razican Date: Thu, 31 Oct 2019 09:05:47 +0100 Subject: [PATCH] Upgraded ansi_term dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcbc1331e82..76ff16f6aba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ term_size = { version = "1.0.0-beta1", optional = true } clap_derive = { git = "https://github.com/clap-rs/clap_derive", optional = true } [target.'cfg(not(windows))'.dependencies] -ansi_term = { version = "0.11.0", optional = true } +ansi_term = { version = "0.12.1", optional = true } [dev-dependencies] regex = "1.0"