mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
update env_logger to 0.4
This commit is contained in:
parent
48a8a3a691
commit
da1764dfd1
@ -29,7 +29,7 @@ path = "tests/tests.rs"
|
|||||||
atty = "0.2.2"
|
atty = "0.2.2"
|
||||||
bytecount = "0.1.4"
|
bytecount = "0.1.4"
|
||||||
clap = "2.19.0"
|
clap = "2.19.0"
|
||||||
env_logger = { version = "0.3", default-features = false }
|
env_logger = { version = "0.4", default-features = false }
|
||||||
grep = { version = "0.1.5", path = "grep" }
|
grep = { version = "0.1.5", path = "grep" }
|
||||||
ignore = { version = "0.1.7", path = "ignore" }
|
ignore = { version = "0.1.7", path = "ignore" }
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user