From 5fe98628ab444331032055c45b06511fcc7525a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 23:42:15 +0000 Subject: [PATCH] Update bindgen requirement from 0.72 to 0.73 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.72.0...v0.73.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.73.1 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 70f53d4..b504c40 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.72", optional = true } +bindgen = { version = "0.73", optional = true } pkg-config = "0.3" [features]