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 e2696bab chore(deps): bump which from 6.0.3 to 8.0.0 (#456)
e2696bab is described below
commit e2696bab9758018777249175558a7a89f0bbf145
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 09:43:31 2025 -0600
chore(deps): bump which from 6.0.3 to 8.0.0 (#456)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 44 +++++++++++++--------------------------
c/sedona-libgpuspatial/Cargo.toml | 2 +-
2 files changed, 16 insertions(+), 30 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c7ad56fd..23630f62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1437,7 +1437,7 @@ dependencies = [
"crossterm_winapi",
"document-features",
"parking_lot",
- "rustix 1.1.2",
+ "rustix",
"winapi",
]
@@ -2389,6 +2389,12 @@ dependencies = [
"regex",
]
+[[package]]
+name = "env_home"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
+
[[package]]
name = "env_logger"
version = "0.7.1"
@@ -2450,7 +2456,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
dependencies = [
"cfg-if",
- "rustix 1.1.2",
+ "rustix",
"windows-sys 0.59.0",
]
@@ -3463,12 +3469,6 @@ dependencies = [
"cc",
]
-[[package]]
-name = "linux-raw-sys"
-version = "0.4.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
-
[[package]]
name = "linux-raw-sys"
version = "0.11.0"
@@ -4565,19 +4565,6 @@ dependencies = [
"semver",
]
-[[package]]
-name = "rustix"
-version = "0.38.44"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
-dependencies = [
- "bitflags",
- "errno",
- "libc",
- "linux-raw-sys 0.4.15",
- "windows-sys 0.59.0",
-]
-
[[package]]
name = "rustix"
version = "1.1.2"
@@ -4587,7 +4574,7 @@ dependencies = [
"bitflags",
"errno",
"libc",
- "linux-raw-sys 0.11.0",
+ "linux-raw-sys",
"windows-sys 0.61.2",
]
@@ -5671,7 +5658,7 @@ dependencies = [
"fastrand",
"getrandom 0.3.4",
"once_cell",
- "rustix 1.1.2",
+ "rustix",
"windows-sys 0.61.2",
]
@@ -6228,13 +6215,12 @@ dependencies = [
[[package]]
name = "which"
-version = "6.0.3"
+version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
+checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
dependencies = [
- "either",
- "home",
- "rustix 0.38.44",
+ "env_home",
+ "rustix",
"winsafe",
]
@@ -6564,7 +6550,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
dependencies = [
"libc",
- "rustix 1.1.2",
+ "rustix",
]
[[package]]
diff --git a/c/sedona-libgpuspatial/Cargo.toml
b/c/sedona-libgpuspatial/Cargo.toml
index 0026d107..f271cd57 100644
--- a/c/sedona-libgpuspatial/Cargo.toml
+++ b/c/sedona-libgpuspatial/Cargo.toml
@@ -34,7 +34,7 @@ gpu = []
[build-dependencies]
bindgen = "0.72.1"
cmake = "0.1"
-which = "6.0"
+which = "8.0"
[dependencies]
arrow-array = { workspace = true, features = ["ffi"] }