build(deps): Update bindgen requirement from 0.51.1 to 0.53.1

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.51.1...v0.53.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-04 06:25:44 +00:00 committed by Luni-4
parent 0b906ae704
commit de644f6cda

View File

@ -9,6 +9,6 @@ repository = "https://github.com/rust-av/nvidia-video-codec-rs"
build = "build.rs"
[build-dependencies]
bindgen = "0.51.1"
bindgen = "0.53.1"
[dependencies]