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 d9d6610a chore: Update geo-index to 0.3.4 (#661)
d9d6610a is described below
commit d9d6610a23f85c97e1aad09f64b2711f10aff82f
Author: Dewey Dunnington <[email protected]>
AuthorDate: Fri Feb 27 21:31:28 2026 -0600
chore: Update geo-index to 0.3.4 (#661)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 67e3f4cd..158086b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2793,9 +2793,9 @@ dependencies = [
[[package]]
name = "geo-index"
-version = "0.3.3"
+version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12cd6109ce196b24a92872567a6e41952756944bbd2ddca410e379a7c401eb7e"
+checksum = "f310ad245e63f6b5fcf4a7c2663139708eae1374045396eef95ea3badd242d57"
dependencies = [
"bytemuck",
"float_next_after 1.0.0",
diff --git a/Cargo.toml b/Cargo.toml
index cbdab44d..9ba32574 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,7 +97,7 @@ fastrand = "2.0"
float_next_after = "2"
futures = "0.3"
geo = "0.31.0"
-geo-index = { version = "0.3.3", features = ["use-geo_0_31"] }
+geo-index = { version = "0.3.4", features = ["use-geo_0_31"] }
geo-traits = "0.3.0"
geo-types = "0.7.17"
geojson = "0.24.2"