1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

deps: bump termcolor in lock file

This commit is contained in:
Andrew Gallant 2017-08-27 11:34:58 -04:00
parent 12a78a992c
commit 208c11af56
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

4
Cargo.lock generated
View File

@ -16,7 +16,7 @@ dependencies = [
"num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.2 (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.2",
"termcolor 0.3.3",
]
[[package]]
@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "termcolor"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"wincolor 0.1.4",
]