Update bindgen and crates that depend on it.

This commit is contained in:
Josh Matthews 2019-04-12 08:55:01 -04:00
parent f1b82f8573
commit cdf5aa7a32
2 changed files with 23 additions and 16 deletions

View file

@ -77,7 +77,7 @@ void = "1.0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.46", optional = true, default-features = false }
bindgen = { version = "0.49", 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}