From 149a07f2d79a38dd8bf6945b304ad4c551e52b7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 05:43:44 +0000 Subject: [PATCH] build(deps): Update bindgen requirement from 0.54.0 to 0.55.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.54.0...v0.55.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 12ac771..3f5fdca 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.54.0" +bindgen = "0.55.1" [dependencies]