Skip to content

Commit 4917f39

Browse files
authored
deps: bump arrow, geoarrow, and duckdb (#791)
1 parent 16b1da4 commit 4917f39

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ rust-version = "1.85"
3434

3535
[workspace.dependencies]
3636
anyhow = "1.0"
37-
arrow-array = "55.0.0"
38-
arrow-cast = "55.0.0"
39-
arrow-json = "55.0.0"
40-
arrow-schema = "55.0.0"
37+
arrow-array = "56.0.0"
38+
arrow-cast = "56.0.0"
39+
arrow-json = "56.0.0"
40+
arrow-schema = "56.0.0"
4141
assert-json-diff = "2.0"
4242
assert_cmd = "2.0"
4343
async-recursion = "1.1.1"
@@ -50,17 +50,17 @@ bytes = "1.7"
5050
chrono = "0.4.39"
5151
clap = "4.5"
5252
cql2 = "0.3.8"
53-
duckdb = "1.3.0"
53+
duckdb = "1.4.0"
5454
fluent-uri = "0.3.2"
5555
futures = "0.3.31"
5656
futures-core = "0.3.31"
5757
futures-util = "0.3.31"
5858
geo = "0.31.0"
5959
geo-traits = "0.3.0"
6060
geo-types = "0.7.16"
61-
geoarrow-array = "0.4.0"
62-
geoparquet = "0.4.0"
63-
geoarrow-schema = "0.4.0"
61+
geoarrow-array = "0.5.0"
62+
geoparquet = "0.5.0"
63+
geoarrow-schema = "0.5.0"
6464
geojson = "0.24.1"
6565
getrandom = { version = "0.3.3", features = ["wasm_js"] }
6666
http = "1.1"
@@ -73,7 +73,7 @@ log = "0.4.25"
7373
mime = "0.3.17"
7474
mockito = "1.5"
7575
object_store = "0.12.0"
76-
parquet = { version = "55.0.0" }
76+
parquet = { version = "56.0.0" }
7777
pgstac = { version = "0.3.0", path = "crates/pgstac" }
7878
quote = "1.0"
7979
reqwest = { version = "0.12.8", default-features = false, features = [

crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
1818
[dependencies]
1919
arrow-array.workspace = true
2020
arrow-schema.workspace = true
21-
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "012447cab019efbb051cbd43ea5ad55a7549a4d8" }
21+
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "6da94ef0a1522a244984a7d3d58a0339d0851d96" }
2222
serde.workspace = true
2323
serde-wasm-bindgen = "0.6.5"
2424
stac = { workspace = true, features = ["geoparquet"] }

0 commit comments

Comments
 (0)