From fb7c591551a13a61049edbdfd769a1bb4002ba78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 05:30:59 +0000 Subject: [PATCH] build(deps): Update bindgen requirement from 0.54.0 to 0.59.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.59.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..942c0e1 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.59.1" [dependencies]