From 4953512b9a757a6d0d01465c6ce12215062d18c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:00:52 +0000 Subject: [PATCH] fix(deps): update rust crate bindgen to 0.72.0 --- Cargo.lock | 19 +++++++++++-------- library/bind-utils/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 601eafeb6..584f5a854 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "shlex", "syn", "which", @@ -150,25 +150,22 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.69.5" +version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", "itertools", - "lazy_static", - "lazycell", "log", "prettyplease", "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 2.1.1", "shlex", "syn", - "which", ] [[package]] @@ -218,7 +215,7 @@ dependencies = [ name = "c2a-bind-utils" version = "4.5.1" dependencies = [ - "bindgen 0.69.5", + "bindgen 0.72.1", "doxygen-rs", "home", ] @@ -1147,6 +1144,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" + [[package]] name = "rustix" version = "0.38.43" diff --git a/library/bind-utils/Cargo.toml b/library/bind-utils/Cargo.toml index 941ad5682..700a2106c 100644 --- a/library/bind-utils/Cargo.toml +++ b/library/bind-utils/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" license = "MIT" [dependencies] -bindgen = "0.69.4" +bindgen = "0.72.0" doxygen-rs = "0.4.2" # force set version to *NOT* to update MSRV by PATCH VERSION to build with Rust 1.76