From 27fc7c2e5d31f8f10b1b28b94454af75495cb11e Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 11 Dec 2024 11:25:53 -0500 Subject: [PATCH] bump geos to 9.1.1 --- Cargo.lock | 18 ++---------------- rust/geoarrow/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d27eca86..f00042c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,16 +1358,14 @@ dependencies = [ [[package]] name = "geos" -version = "9.0.0" +version = "9.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "468b7ac7233c0f417b2c161d28b6d1e88c025eaf79303b69e6e1aa40a2ac1367" +checksum = "56d199db00644057267a8a68ee72df92aa59a32036b487b2a2b76fd0b3fca32b" dependencies = [ "c_vec", - "geo-types", "geos-sys", "libc", "num", - "wkt 0.10.3", ] [[package]] @@ -4308,18 +4306,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "wkt" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c2252781f8927974e8ba6a67c965a759a2b88ea2b1825f6862426bbb1c8f41" -dependencies = [ - "geo-types", - "log", - "num-traits", - "thiserror", -] - [[package]] name = "wkt" version = "0.11.0" diff --git a/rust/geoarrow/Cargo.toml b/rust/geoarrow/Cargo.toml index 6648c1bd..6582f52e 100644 --- a/rust/geoarrow/Cargo.toml +++ b/rust/geoarrow/Cargo.toml @@ -67,7 +67,7 @@ gdal = { version = "0.17", optional = true } geo = "0.29.3" geo-index = "0.1.1" geo-traits = "0.2" -geos = { version = "9.0", features = ["v3_10_0", "geo"], optional = true } +geos = { version = "9.1.1", features = ["v3_10_0"], optional = true } geozero = { version = "0.14", features = ["with-wkb"] } half = { version = "2.4.1" } http-range-client = { version = "0.8", optional = true }