Skip to content

Commit 5494bbe

Browse files
committed
chore: pin parquet to 53.0 instead of 53 for now to avoid deprecation warning for metadata read
1 parent f496527 commit 5494bbe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ rust-version = "1.77.1"
3939
anyhow = "1.0.72"
4040
apache-avro = "0.17"
4141
array-init = "2"
42-
arrow-arith = { version = "53" }
43-
arrow-array = { version = "53" }
44-
arrow-ord = { version = "53" }
45-
arrow-schema = { version = "53" }
46-
arrow-select = { version = "53" }
47-
arrow-string = { version = "53" }
42+
arrow-arith = { version = "53.0" }
43+
arrow-array = { version = "53.0" }
44+
arrow-ord = { version = "53.0" }
45+
arrow-schema = { version = "53.0" }
46+
arrow-select = { version = "53.0" }
47+
arrow-string = { version = "53.0" }
4848
async-stream = "0.3.5"
4949
async-trait = "0.1"
5050
async-std = "1.12"
@@ -72,7 +72,7 @@ murmur3 = "0.5.2"
7272
once_cell = "1"
7373
opendal = "0.50"
7474
ordered-float = "4"
75-
parquet = "53"
75+
parquet = "53.0"
7676
paste = "1"
7777
pilota = "0.11.2"
7878
pretty_assertions = "1.4"

0 commit comments

Comments
 (0)