From 433d3ab400a312ce6dc4204902cb31cad5fa1d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 07:38:22 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.59 to 0.64 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.59.0...v0.64.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- x264-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x264-sys/Cargo.toml b/x264-sys/Cargo.toml index f53211f..a1be06c 100644 --- a/x264-sys/Cargo.toml +++ b/x264-sys/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/rust-av/x264-rs" edition = "2018" [build-dependencies] -bindgen = "0.59" +bindgen = "0.64" system-deps = "2.0" [package.metadata.system-deps]