From d17ca45063c53c188c207fe5825c36d885513560 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 17 Jul 2018 18:37:02 -0400 Subject: deps: update termcolor to 1.0.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f0d54399..15653fdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ name = "integration" path = "tests/tests.rs" [workspace] -members = ["grep", "globset", "ignore", "termcolor", "wincolor"] +members = ["grep", "globset", "ignore"] [dependencies] atty = "0.2.9" @@ -49,7 +49,7 @@ memmap = "0.6" num_cpus = "1" regex = "1" same-file = "1" -termcolor = { version = "0.3.4", path = "termcolor" } +termcolor = "1" [dependencies.clap] version = "2.29.4" -- cgit v1.2.3