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 fc32a814 chore(deps): bump geos from 11.0.1 to 11.1.1 (#692)
fc32a814 is described below
commit fc32a814efbd2da0799b63d446e25bd2817b8739
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 11:13:41 2026 -0500
chore(deps): bump geos from 11.0.1 to 11.1.1 (#692)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e0623515..389366b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2895,9 +2895,9 @@ dependencies = [
[[package]]
name = "geos"
-version = "11.0.1"
+version = "11.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5996ab8d8f04d4cc9a749952864bf4dc8e6f8c660ec50ea60cb647c4ce3517ac"
+checksum = "0d13c464e56cc46077aa9bafef9a02e65610ddafb6347a26a306855e7a7d3133"
dependencies = [
"geo-types",
"geos-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 2e9a6a83..42eb0679 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -102,7 +102,7 @@ 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"
-geos = { version = "11.0.1", features = ["geo", "v3_12_0"] }
+geos = { version = "11.1.1", features = ["geo", "v3_12_0"] }
glam = "0.32.0"
libmimalloc-sys = { version = "0.1", default-features = false }
log = "^0.4"