Skip to content

Commit 8f34c26

Browse files
authored
feat: update geoarrow (#645)
- Closes #625
1 parent 53878f6 commit 8f34c26

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ rust-version = "1.82"
3131

3232
[workspace.dependencies]
3333
anyhow = "1.0"
34-
arrow = "53.1.0"
35-
arrow-array = "53.1.0"
36-
arrow-cast = "53.1.0"
37-
arrow-json = "53.1.0"
38-
arrow-schema = "53.1.0"
34+
arrow = "54.2.0"
35+
arrow-array = "54.2.0"
36+
arrow-cast = "54.2.0"
37+
arrow-json = "54.2.0"
38+
arrow-schema = "54.2.0"
3939
assert-json-diff = "2.0"
4040
assert_cmd = "2.0"
4141
async-stream = "0.3.6"
@@ -46,21 +46,21 @@ bytes = "1.7"
4646
chrono = "0.4.38"
4747
clap = "4.5"
4848
cql2 = "0.3.0"
49-
duckdb = "=1.1.1"
49+
duckdb = "=1.2.0"
5050
fluent-uri = "0.3.2"
5151
futures = "0.3.31"
5252
geo = "0.29.3"
5353
geo-types = "0.7.15"
54-
geoarrow = "0.4.0-beta.3"
54+
geoarrow = "0.4.0-beta.4"
5555
geojson = "0.24.1"
5656
http = "1.1"
5757
jsonschema = { version = "0.29.0", default-features = false }
58-
libduckdb-sys = "=1.1.1"
58+
libduckdb-sys = "=1.2.0"
5959
log = "0.4.25"
6060
mime = "0.3.17"
6161
mockito = "1.5"
6262
object_store = "0.11.0"
63-
parquet = { version = "53.1.0", default-features = false }
63+
parquet = { version = "54.2.0", default-features = false }
6464
pgstac = { version = "0.3.0", path = "crates/pgstac" }
6565
pyo3 = "0.23.0"
6666
pythonize = "0.23.0"

0 commit comments

Comments
 (0)