File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ rust-version = "1.87"
42
42
anyhow = " 1.0.72"
43
43
apache-avro = { version = " 0.20" , features = [" zstandard" ] }
44
44
array-init = " 2"
45
- arrow-arith = { version = " 55.1 " }
46
- arrow-array = { version = " 55.1 " }
47
- arrow-buffer = { version = " 55.1 " }
48
- arrow-cast = { version = " 55.1 " }
49
- arrow-ord = { version = " 55.1 " }
50
- arrow-schema = { version = " 55.1 " }
51
- arrow-select = { version = " 55.1 " }
52
- arrow-string = { version = " 55.1 " }
45
+ arrow-arith = { version = " 55.2 " }
46
+ arrow-array = { version = " 55.2 " }
47
+ arrow-buffer = { version = " 55.2 " }
48
+ arrow-cast = { version = " 55.2 " }
49
+ arrow-ord = { version = " 55.2 " }
50
+ arrow-schema = { version = " 55.2 " }
51
+ arrow-select = { version = " 55.2 " }
52
+ arrow-string = { version = " 55.2 " }
53
53
as-any = " 0.3.2"
54
54
async-trait = " 0.1.88"
55
55
aws-config = " 1.8.1"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ license = "Apache-2.0"
31
31
crate-type = [" cdylib" ]
32
32
33
33
[dependencies ]
34
- arrow = { version = " 55.1 " , features = [" pyarrow" , " chrono-tz" ] }
34
+ arrow = { version = " 55.2 " , features = [" pyarrow" , " chrono-tz" ] }
35
35
iceberg = { path = " ../../crates/iceberg" }
36
36
pyo3 = { version = " 0.24.1" , features = [" extension-module" , " abi3-py39" ] }
37
37
iceberg-datafusion = { path = " ../../crates/integrations/datafusion" }
You can’t perform that action at this time.
0 commit comments