From de644f6cda8ba75ed7acfe2bac05c51e414ede18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 06:25:44 +0000 Subject: [PATCH] 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] --- nvidia-video-codec-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia-video-codec-sys/Cargo.toml b/nvidia-video-codec-sys/Cargo.toml index d1752ca..302169b 100644 --- a/nvidia-video-codec-sys/Cargo.toml +++ b/nvidia-video-codec-sys/Cargo.toml @@ -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]