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

@@ -20,7 +20,7 @@ bench = false
[dependencies]
crossbeam = "0.3"
globset = { version = "0.2.1", path = "../globset" }
lazy_static = "0.2"
lazy_static = "1"
log = "0.3"
memchr = "2"
regex = "0.2.1"