Skip to content

Commit 047228b

Browse files
authored
chore: make datafusion/arrow deps easier to upgrade (#2039)
1 parent ade0747 commit 047228b

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ categories = ["database-implementations", "data-structures", "compression"]
5151
anyhow = "1.0"
5252
arbitrary = "1.3.2"
5353
arrayref = "0.3.7"
54-
arrow = { version = "53.0.0" }
55-
arrow-arith = "53.0.0"
56-
arrow-array = "53.0.0"
57-
arrow-buffer = "53.0.0"
58-
arrow-cast = "53.0.0"
59-
arrow-ord = "53.0.0"
60-
arrow-schema = "53.0.0"
61-
arrow-select = "53.0.0"
62-
arrow-string = "53.0.0"
54+
arrow = "53"
55+
arrow-arith = "53"
56+
arrow-array = "53"
57+
arrow-buffer = "53"
58+
arrow-cast = "53"
59+
arrow-ord = "53"
60+
arrow-schema = "53"
61+
arrow-select = "53"
62+
arrow-string = "53"
6363
async-once-cell = "0.5.4"
6464
async-trait = "0.1"
6565
backtrace = "0.3.74"
@@ -72,11 +72,11 @@ compio = "0.13"
7272
criterion = { version = "0.5.1", features = ["html_reports"] }
7373
croaring = "2.1.0"
7474
datafusion = { version = "44.0.0", default-features = false }
75-
datafusion-common = "44.0.0"
76-
datafusion-execution = "44.0.0"
77-
datafusion-expr = "44.0.0"
78-
datafusion-physical-expr = "44.0.0"
79-
datafusion-physical-plan = "44.0.0"
75+
datafusion-common = "44"
76+
datafusion-execution = "44"
77+
datafusion-expr = "44"
78+
datafusion-physical-expr = "44"
79+
datafusion-physical-plan = "44"
8080
divan = "0.1.14"
8181
dyn-hash = "0.2.0"
8282
enum-iterator = "2.0.0"
@@ -105,15 +105,15 @@ num-traits = "0.2.18"
105105
num_enum = "0.7.2"
106106
object_store = "0.11.0"
107107
once_cell = "1.20.2"
108-
parquet = "53.0.0"
108+
parquet = "53"
109109
paste = "1.0.14"
110110
pin-project = "1.1.5"
111111
pin-project-lite = "0.2.15"
112112
prost = "0.13.0"
113113
prost-build = "0.13.0"
114114
prost-types = "0.13.0"
115-
pyo3 = { version = "0.22.2", features = ["extension-module", "abi3-py310"] }
116-
pyo3-log = "0.11.0"
115+
pyo3 = { version = ">= 0.22", features = ["extension-module", "abi3-py310"] }
116+
pyo3-log = ">= 0.11"
117117
rand = "0.8.5"
118118
rayon = "1.10.0"
119119
regex = "1.11.0"

0 commit comments

Comments
 (0)