Update regex to 1.0

This commit is contained in:
Bastien Orivel 2018-07-06 19:45:24 +02:00
parent c90737e6c8
commit 1766867cf4
6 changed files with 60 additions and 50 deletions

View file

@ -77,7 +77,7 @@ kernel32-sys = "0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.36", optional = true, default-features = false }
regex = {version = "0.2", optional = true}
bindgen = { version = "0.37", optional = true, default-features = false }
regex = {version = "1.0", optional = true}
walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false}