From 9505852c6ec0804a97f92fb749bc77d0217ec9f3 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Tue, 13 Aug 2019 16:03:36 +0200 Subject: [PATCH 1/2] Update ansi_term to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9544e5f5e17..9a0e3055441 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.0", optional = true } [dev-dependencies] regex = "1.0" From 94b6f6bdfe4b9635f31e2edf181dde08ee744a22 Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Mon, 28 Oct 2019 18:46:25 +0100 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a0e3055441..bd4c83e3ba7 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.12.0", optional = true } +ansi_term = { version = "0.12.1", optional = true } [dev-dependencies] regex = "1.0"