File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ rust-version = "1.85"
3434
3535[workspace .dependencies ]
3636anyhow = " 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"
4141assert-json-diff = " 2.0"
4242assert_cmd = " 2.0"
4343async-recursion = " 1.1.1"
@@ -50,17 +50,17 @@ bytes = "1.7"
5050chrono = " 0.4.39"
5151clap = " 4.5"
5252cql2 = " 0.3.8"
53- duckdb = " 1.3 .0"
53+ duckdb = " 1.4 .0"
5454fluent-uri = " 0.3.2"
5555futures = " 0.3.31"
5656futures-core = " 0.3.31"
5757futures-util = " 0.3.31"
5858geo = " 0.31.0"
5959geo-traits = " 0.3.0"
6060geo-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"
6464geojson = " 0.24.1"
6565getrandom = { version = " 0.3.3" , features = [" wasm_js" ] }
6666http = " 1.1"
@@ -73,7 +73,7 @@ log = "0.4.25"
7373mime = " 0.3.17"
7474mockito = " 1.5"
7575object_store = " 0.12.0"
76- parquet = { version = " 55 .0.0" }
76+ parquet = { version = " 56 .0.0" }
7777pgstac = { version = " 0.3.0" , path = " crates/pgstac" }
7878quote = " 1.0"
7979reqwest = { version = " 0.12.8" , default-features = false , features = [
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
1818[dependencies ]
1919arrow-array.workspace = true
2020arrow-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 " }
2222serde.workspace = true
2323serde-wasm-bindgen = " 0.6.5"
2424stac = { workspace = true , features = [" geoparquet" ] }
You can’t perform that action at this time.
0 commit comments