From fb2ff7ce53aac40b66d1e89ef75640ed04f07d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 05:58:55 +0000 Subject: [PATCH] Update bindgen requirement from 0.59.2 to 0.65.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/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.59.2...v0.65.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- speexdsp-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speexdsp-sys/Cargo.toml b/speexdsp-sys/Cargo.toml index 40ae0d9..17e9ce7 100644 --- a/speexdsp-sys/Cargo.toml +++ b/speexdsp-sys/Cargo.toml @@ -13,7 +13,7 @@ categories = ["api-bindings"] [build-dependencies] autotools = "0.2" system-deps = "6.0" -bindgen = "0.59.2" +bindgen = "0.65.1" [dev-dependencies] byteorder = "1.3"