mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
bump termcolor
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -16,7 +16,7 @@ dependencies = [
|
|||||||
"memmap 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memmap 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"num_cpus 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"num_cpus 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"termcolor 0.1.0",
|
"termcolor 0.1.1",
|
||||||
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -228,7 +228,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termcolor"
|
name = "termcolor"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"wincolor 0.1.0",
|
"wincolor 0.1.0",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user