From 24abca4e30b65f9dacef6b588e63c1b344c0009e 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 /proc-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] --- proc-macro-utils/Cargo.lock | 4 ++-- proc-macro-utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proc-macro-utils/Cargo.lock b/proc-macro-utils/Cargo.lock index c1f8145..2094455 100644 --- a/proc-macro-utils/Cargo.lock +++ b/proc-macro-utils/Cargo.lock @@ -25,9 +25,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" dependencies = [ "bitflags", "cexpr", diff --git a/proc-macro-utils/Cargo.toml b/proc-macro-utils/Cargo.toml index c03668d..723d19a 100644 --- a/proc-macro-utils/Cargo.toml +++ b/proc-macro-utils/Cargo.toml @@ -46,7 +46,7 @@ libc = "*" [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"