From b7e97d1fd5f23e8b32c1f390515298d9586f1a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:10:07 +0000 Subject: [PATCH] Bump bindgen from 0.71.1 to 0.72.1 in /macro-utils Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.71.1 to 0.72.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- macro-utils/Cargo.lock | 24 ++++++++++++++++++++++-- macro-utils/Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/macro-utils/Cargo.lock b/macro-utils/Cargo.lock index 14f8c9f..c2443ba 100644 --- a/macro-utils/Cargo.lock +++ b/macro-utils/Cargo.lock @@ -43,6 +43,26 @@ dependencies = [ "syn", ] +[[package]] +name = "bindgen" +version = "0.72.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" +dependencies = [ + "bitflags", + "cexpr", + "clang-sys", + "itertools", + "log", + "prettyplease", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn", +] + [[package]] name = "bitflags" version = "2.9.1" @@ -496,7 +516,7 @@ name = "zerOS-macro-utils" version = "0.1.0" dependencies = [ "autocfg", - "bindgen", + "bindgen 0.72.1", "cc", "cpp", "cpp_build", @@ -511,7 +531,7 @@ name = "zerOS-proc-macro-utils" version = "0.1.0" dependencies = [ "autocfg", - "bindgen", + "bindgen 0.71.1", "cc", "cpp", "cpp_build", diff --git a/macro-utils/Cargo.toml b/macro-utils/Cargo.toml index c0973b9..51876ee 100644 --- a/macro-utils/Cargo.toml +++ b/macro-utils/Cargo.toml @@ -32,7 +32,7 @@ zerOS-proc-macro-utils = { path = "../proc-macro-utils" } [build-dependencies] cc = "1.2.18" autocfg = "1.4.0" -bindgen = "0.71.1" +bindgen = "0.72.1" jobserver = "0.1.33" cpp = "0.5.10" cpp_build = "0.5.10"