From a56ff34c546c131c3182a38b6f2b6c8c90a71146 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:17:33 +0000 Subject: [PATCH] Update bindgen requirement from 0.54 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.54.0...v0.58.0) Signed-off-by: dependabot-preview[bot] --- miniaudio-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio-sys/Cargo.toml b/miniaudio-sys/Cargo.toml index 0fb71d3..1789ffa 100644 --- a/miniaudio-sys/Cargo.toml +++ b/miniaudio-sys/Cargo.toml @@ -73,4 +73,4 @@ bitflags = "1.2" [build-dependencies] cc = "1.0" -bindgen = { version = "0.54", default-features = false, features = ["runtime"], optional = true } +bindgen = { version = "0.58", default-features = false, features = ["runtime"], optional = true }