From 4646185a066c0dd659e6a584e055a77ea05a454a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:58:09 +0000 Subject: [PATCH] Bump bindgen from 0.71.1 to 0.72.0 in /macro-utils Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.71.1 to 0.72.0. - [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.1...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 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..a7b607d 100644 --- a/macro-utils/Cargo.lock +++ b/macro-utils/Cargo.lock @@ -43,6 +43,26 @@ dependencies = [ "syn", ] +[[package]] +name = "bindgen" +version = "0.72.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" +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.0", "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..edb77c6 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.0" jobserver = "0.1.33" cpp = "0.5.10" cpp_build = "0.5.10"