Skip to content

Commit

Permalink
bump geos to 9.1.1 (#937)
Browse files Browse the repository at this point in the history
Should fix a memory leak in GEOS bindings.

Closes #936, ref
georust/geos#160 (comment)
  • Loading branch information
kylebarron authored Dec 11, 2024
1 parent 398d9d9 commit faf51d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/geoarrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit faf51d9

Please sign in to comment.