From 439996931a8c66f0c927a4932adb21e58dc13647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:47:00 +0000 Subject: [PATCH] Update bindgen requirement from 0.69 to 0.70 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.69.0...v0.70.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dabdff9..3e25e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["external-ffi-bindings", "hardware-support", "multimedia", "multim license = "GPL-3.0+" [build-dependencies] -bindgen = "0.69" +bindgen = "0.70" [features] default = ["cdio", "iso9660", "udf"]