From 5359b246fc318232591b72b5b680261c10dd1980 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 05:49:21 +0000 Subject: [PATCH] Update bindgen requirement from 0.55 to 0.58 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.55.0...v0.58.0) Signed-off-by: dependabot-preview[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 160059e..f18a8c0 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 = "2.0" -bindgen = "0.55" +bindgen = "0.58" [dev-dependencies] byteorder = "1.3"