1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

bump wincolor dep

This commit is contained in:
Andrew Gallant
2017-06-19 13:46:43 -04:00
parent 9d7b6eb09a
commit 9e51b18ac7

4
Cargo.lock generated
View File

@ -249,7 +249,7 @@ dependencies = [
name = "termcolor"
version = "0.3.2"
dependencies = [
"wincolor 0.1.3",
"wincolor 0.1.4",
]
[[package]]
@ -325,7 +325,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wincolor"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",