1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

bump termcolor dep

This commit is contained in:
Andrew Gallant 2017-03-15 07:15:39 -04:00
parent 2f3a8c7f69
commit 08c017330f

4
Cargo.lock generated
View File

@ -17,7 +17,7 @@ dependencies = [
"num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 0.3.1",
"termcolor 0.3.2",
]
[[package]]
@ -247,7 +247,7 @@ dependencies = [
[[package]]
name = "termcolor"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"wincolor 0.1.3",
]