From c74197a1f9651a1832a591a4edbb011c34f0b781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:18:19 +0000 Subject: [PATCH] Update bindgen requirement from 0.71 to 0.72 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.71.0...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libstrophe-sys-bindgen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstrophe-sys-bindgen/Cargo.toml b/libstrophe-sys-bindgen/Cargo.toml index 64b0cbb..c4edf1b 100644 --- a/libstrophe-sys-bindgen/Cargo.toml +++ b/libstrophe-sys-bindgen/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "passively-maintained" } [dependencies] [build-dependencies] -bindgen = { version = "0.71", optional = true } +bindgen = { version = "0.72", optional = true } [features] buildtime_bindgen = ["bindgen"]