Skip to content

Commit

Permalink
feat: update geoarrow (#645)
Browse files Browse the repository at this point in the history
- Closes #625
  • Loading branch information
gadomski authored Feb 21, 2025
1 parent 53878f6 commit 8f34c26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ rust-version = "1.82"

[workspace.dependencies]
anyhow = "1.0"
arrow = "53.1.0"
arrow-array = "53.1.0"
arrow-cast = "53.1.0"
arrow-json = "53.1.0"
arrow-schema = "53.1.0"
arrow = "54.2.0"
arrow-array = "54.2.0"
arrow-cast = "54.2.0"
arrow-json = "54.2.0"
arrow-schema = "54.2.0"
assert-json-diff = "2.0"
assert_cmd = "2.0"
async-stream = "0.3.6"
Expand All @@ -46,21 +46,21 @@ bytes = "1.7"
chrono = "0.4.38"
clap = "4.5"
cql2 = "0.3.0"
duckdb = "=1.1.1"
duckdb = "=1.2.0"
fluent-uri = "0.3.2"
futures = "0.3.31"
geo = "0.29.3"
geo-types = "0.7.15"
geoarrow = "0.4.0-beta.3"
geoarrow = "0.4.0-beta.4"
geojson = "0.24.1"
http = "1.1"
jsonschema = { version = "0.29.0", default-features = false }
libduckdb-sys = "=1.1.1"
libduckdb-sys = "=1.2.0"
log = "0.4.25"
mime = "0.3.17"
mockito = "1.5"
object_store = "0.11.0"
parquet = { version = "53.1.0", default-features = false }
parquet = { version = "54.2.0", default-features = false }
pgstac = { version = "0.3.0", path = "crates/pgstac" }
pyo3 = "0.23.0"
pythonize = "0.23.0"
Expand Down

0 comments on commit 8f34c26

Please sign in to comment.