This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new e9d966d5 chore(deps): bump bindgen from 0.71.1 to 0.72.1 (#454)
e9d966d5 is described below
commit e9d966d59c684c947edac3bfda73625325c22ae6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 14 21:20:04 2025 -0600
chore(deps): bump bindgen from 0.71.1 to 0.72.1 (#454)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 6 +++---
c/sedona-libgpuspatial/Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 284f12b1..c7ad56fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -937,14 +937,14 @@ dependencies = [
[[package]]
name = "bindgen"
-version = "0.71.1"
+version = "0.72.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
+checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
- "itertools 0.11.0",
+ "itertools 0.13.0",
"log",
"prettyplease",
"proc-macro2",
diff --git a/c/sedona-libgpuspatial/Cargo.toml
b/c/sedona-libgpuspatial/Cargo.toml
index f67b2bd2..0026d107 100644
--- a/c/sedona-libgpuspatial/Cargo.toml
+++ b/c/sedona-libgpuspatial/Cargo.toml
@@ -32,7 +32,7 @@ default = []
gpu = []
[build-dependencies]
-bindgen = "0.71.0"
+bindgen = "0.72.1"
cmake = "0.1"
which = "6.0"