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 fb37310d chore: Use released geo-index (#631)
fb37310d is described below
commit fb37310db8ffbe7c0b86749706392f4d50373133
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Feb 18 08:58:11 2026 -0600
chore: Use released geo-index (#631)
---
Cargo.lock | 5 +++--
Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c4fa1b95..03686607 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2793,8 +2793,9 @@ dependencies = [
[[package]]
name = "geo-index"
-version = "0.3.2"
-source =
"git+https://github.com/georust/geo-index.git?rev=d70f049bc02da7364d923c519a484a482c9c0a11#d70f049bc02da7364d923c519a484a482c9c0a11"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "12cd6109ce196b24a92872567a6e41952756944bbd2ddca410e379a7c401eb7e"
dependencies = [
"bytemuck",
"float_next_after 1.0.0",
diff --git a/Cargo.toml b/Cargo.toml
index 27cb54cf..ce62c751 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -113,7 +113,7 @@ geo-traits = "0.3.0"
geo = "0.31.0"
geojson = "0.24.2"
-geo-index = { git="https://github.com/georust/geo-index.git",
rev="d70f049bc02da7364d923c519a484a482c9c0a11", features = ["use-geo_0_31"] }
+geo-index = { version = "0.3.3", features = ["use-geo_0_31"] }
wkb = "0.9.2"
wkt = "0.14.0"