From 6d8cfe8a47b609a7e485e20bbb343fa4951381c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:57:51 +0000 Subject: [PATCH] Update bindgen requirement from 0.60 to 0.65 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/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.60.0...v0.65.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vpx-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpx-sys/Cargo.toml b/vpx-sys/Cargo.toml index c04836d..432c648 100644 --- a/vpx-sys/Cargo.toml +++ b/vpx-sys/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/rust-av/vpx-rs" build = "build.rs" [build-dependencies] -bindgen = "0.60" +bindgen = "0.65" system-deps = "6.0" [package.metadata.system-deps]