From 260d547dfdaf8630f5145000f4055cebf76edc3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:53:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.71.1 to 0.72.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/v0.72.1/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.71.1...v0.72.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.1 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 0199fa4..22afec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ generate-bindings = ["bindgen"] update-bindings = ["generate-bindings"] [build-dependencies] -bindgen = { version = "0.71.1", optional = true } +bindgen = { version = "0.72.1", optional = true } cc = "1.2.13"