Skip to content

Commit 83828b2

Browse files
committed
minimal arrow version
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent f1a1ff8 commit 83828b2

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ arbitrary = "1.3.2"
8787
arc-swap = "1.8"
8888
arcref = "0.2.0"
8989
arrayref = "0.3.7"
90-
arrow-arith = "57.1"
91-
arrow-array = "57.1"
92-
arrow-buffer = "57.1"
93-
arrow-cast = "57.1"
94-
arrow-data = "57.1"
95-
arrow-ipc = "57.1"
96-
arrow-ord = "57.1"
97-
arrow-schema = "57.1"
98-
arrow-select = "57.1"
99-
arrow-string = "57.1"
90+
arrow-arith = "57.2"
91+
arrow-array = "57.2"
92+
arrow-buffer = "57.2"
93+
arrow-cast = "57.2"
94+
arrow-data = "57.2"
95+
arrow-ipc = "57.2"
96+
arrow-ord = "57.2"
97+
arrow-schema = "57.2"
98+
arrow-select = "57.2"
99+
arrow-string = "57.2"
100100
async-fs = "2.2.0"
101101
async-lock = "3.4"
102102
async-stream = "0.3.6"
@@ -179,9 +179,9 @@ opentelemetry = "0.31.0"
179179
opentelemetry-otlp = "0.31.0"
180180
opentelemetry_sdk = "0.31.0"
181181
parking_lot = { version = "0.12.3", features = ["nightly"] }
182-
parquet = "57.1"
183-
parquet-variant = "57"
184-
parquet-variant-compute = "57"
182+
parquet = "57.2"
183+
parquet-variant = "57.2"
184+
parquet-variant-compute = "57.2"
185185
paste = "1.0.15"
186186
pco = "1.0.1"
187187
pin-project-lite = "0.2.15"

0 commit comments

Comments
 (0)