From 5fc4288e6085f3b1537e925609d70e5ef8c6ef6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 06:15:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.65 to 0.68 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.65.0...v0.68.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- opus-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opus-sys/Cargo.toml b/opus-sys/Cargo.toml index 2b65fbb..5f14cda 100644 --- a/opus-sys/Cargo.toml +++ b/opus-sys/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/rust-av/opus-rs" build = "build.rs" [build-dependencies] -bindgen = "0.65" +bindgen = "0.68" metadeps = "1.1" [package.metadata.pkg-config]