Update bindgen requirement from 0.49.0 to 0.50.0

Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.49.0...v0.50.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-22 15:05:42 +00:00
committed by Dan Gohman
parent f5746290cb
commit dc39fee390
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ winapi = { version = "0.3.6", features = ["winbase", "memoryapi"] }
[build-dependencies]
cmake = "0.1.35"
bindgen = "0.49.0"
bindgen = "0.50.0"
regex = "1.0.6"
[features]

View File

@@ -22,7 +22,7 @@ libc = "0.2.50"
[build-dependencies]
cmake = "0.1.35"
bindgen = "0.49.0"
bindgen = "0.50.0"
[badges]
maintenance = { status = "experimental" }