This is an automated email from the ASF dual-hosted git repository.

comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ac9c4390 chore(deps): bump bindgen from 0.69.5 to 0.72.0 in /native 
(#2222)
2ac9c4390 is described below

commit 2ac9c439016b4d8d0a38068c3c037c357057eb10
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 16:40:04 2025 -0700

    chore(deps): bump bindgen from 0.69.5 to 0.72.0 in /native (#2222)
    
    Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.5 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.69.5...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] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock         | 22 +++++++++++++++++++++-
 native/fs-hdfs/Cargo.toml |  2 +-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index fdab27dc8..6e57491c4 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -925,6 +925,26 @@ dependencies = [
  "which",
 ]
 
+[[package]]
+name = "bindgen"
+version = "0.72.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f"
+dependencies = [
+ "bitflags 2.9.3",
+ "cexpr",
+ "clang-sys",
+ "itertools 0.13.0",
+ "log",
+ "prettyplease",
+ "proc-macro2",
+ "quote",
+ "regex",
+ "rustc-hash 2.1.1",
+ "shlex",
+ "syn 2.0.106",
+]
+
 [[package]]
 name = "bitflags"
 version = "1.3.2"
@@ -1536,7 +1556,7 @@ dependencies = [
 name = "datafusion-comet-fs-hdfs3"
 version = "0.1.12"
 dependencies = [
- "bindgen 0.69.5",
+ "bindgen 0.72.0",
  "cc",
  "java-locator",
  "lazy_static",
diff --git a/native/fs-hdfs/Cargo.toml b/native/fs-hdfs/Cargo.toml
index 12e839054..be9df2930 100644
--- a/native/fs-hdfs/Cargo.toml
+++ b/native/fs-hdfs/Cargo.toml
@@ -42,7 +42,7 @@ use_existing_hdfs = []
 
 [build-dependencies]
 cc = "1"
-bindgen = "0.69.5"
+bindgen = "0.72.0"
 java-locator = { version = "0.1.9", features = ["locate-jdk-only"] }
 
 [dependencies]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to