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"