From 3c03878b7a20ac0702716f34ac90822c1b4e9164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:03:12 +0000 Subject: [PATCH] Update bindgen requirement from 0.72.1 to 0.73.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/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.72.1...v0.73.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.73.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 2fc342195..090456b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ pkg-config = "0.3.2" pkg-config = "0.3.2" [build-dependencies.bindgen] -version = "0.72.1" +version = "0.73.1" default-features = false [dev-dependencies]