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

deps: bump wincolor

This commit is contained in:
Andrew Gallant 2018-02-03 20:38:03 -05:00
parent 07c837e740
commit fe00255494
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

4
Cargo.lock generated
View File

@ -283,7 +283,7 @@ dependencies = [
name = "termcolor"
version = "0.3.3"
dependencies = [
"wincolor 0.1.4",
"wincolor 0.1.5",
]
[[package]]
@ -371,7 +371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wincolor"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"winapi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]