From da61c98de94ff97448438068ea5fb0cbff6c3fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 03:32:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.72.0 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.0...v0.73.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.73.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- creachadair-imath-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creachadair-imath-sys/Cargo.toml b/creachadair-imath-sys/Cargo.toml index 3e8d212..d4f3731 100644 --- a/creachadair-imath-sys/Cargo.toml +++ b/creachadair-imath-sys/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/*", "vendor/imath/*.{c,h}", "Cargo.toml", "build.rs", "tests/"] [build-dependencies] cc = "1.0.67" -bindgen = { version = "0.72.0", default-features = false, features = [ +bindgen = { version = "0.73.1", default-features = false, features = [ "runtime", ] } dunce = "1.0.1"