style: Update bindgen.

This commit is contained in:
Emilio Cobos Álvarez 2018-03-01 16:21:02 +01:00
parent 30f33eba96
commit 8778b46d57
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 6 additions and 5 deletions

View file

@ -78,7 +78,7 @@ kernel32-sys = "0.2"
[build-dependencies]
lazy_static = "1"
log = "0.3"
bindgen = { version = "0.32.2", optional = true }
bindgen = { version = "0.32.3", optional = true }
regex = {version = "0.2", optional = true}
walkdir = "1.0"
toml = {version = "0.2.1", optional = true, default-features = false}