deps: bump lazy_static to 1

This commit is contained in:
Igor Gnatenko
2017-11-30 17:51:06 +01:00
committed by Andrew Gallant
parent 1b42c02489
commit 5e73075ef5
3 changed files with 5 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ encoding_rs = "0.7"
env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.7", path = "grep" }
ignore = { version = "0.3.1", path = "ignore" }
lazy_static = "0.2"
lazy_static = "1"
libc = "0.2"
log = "0.3"
memchr = "2"
@@ -52,7 +52,7 @@ termcolor = { version = "0.3.3", path = "termcolor" }
[build-dependencies]
clap = "2.26"
lazy_static = "0.2"
lazy_static = "1"
[features]
avx-accel = ["bytecount/avx-accel"]