You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ ahash = "0.8"
188
188
anyhow = { version = "1.0", default-features = false }
189
189
argh = "0.1.12"
190
190
array-init = "2.1"
191
-
arrow = { version = "55.2", default-features = false }
191
+
arrow = { version = "56.1", default-features = false }
192
192
async-stream = "0.3"
193
193
async-trait = "0.1.83"
194
194
axum = "0.8.4"
@@ -218,7 +218,7 @@ convert_case = "0.6"
218
218
criterion = "0.5"
219
219
cros-codecs = "0.0.6"
220
220
crossbeam = "0.8"
221
-
datafusion = { version = "49.0.2", default-features = false, features = [
221
+
datafusion = { version = "50.1.0", default-features = false, features = [
222
222
# NOTE: we enable the same features everywhere
223
223
# because otherwise we will recompile datafusion all the time based on our current compile target.
224
224
# The features here are the same as in https://github.com/lancedb/lance/blob/v0.36.0/Cargo.toml#L99-L107
@@ -231,7 +231,7 @@ datafusion = { version = "49.0.2", default-features = false, features = [
231
231
"string_expressions",
232
232
"unicode_expressions",
233
233
] }
234
-
datafusion-ffi = "49.0.2"
234
+
datafusion-ffi = "50.1.0"
235
235
directories = "6"
236
236
document-features = "0.2.8"
237
237
econtext = "0.2"# Prints error contexts on crashes
@@ -264,7 +264,7 @@ itertools = "0.14"
264
264
jiff = { version = "0.2.3", features = ["js"] }
265
265
js-sys = "0.3"
266
266
jsonwebtoken = { version = "9", default-features = false }
267
-
lance = { version = "0.36.0", default-features = false } # When you update this, also update the list of features enabled for `datafusion` (~50 lines up)
267
+
lance = { version = "0.38.1", default-features = false } # When you update this, also update the list of features enabled for `datafusion` (~50 lines up)
268
268
libc = "0.2"
269
269
linked-hash-map = { version = "0.5", default-features = false }
270
270
log = "0.4"
@@ -285,15 +285,15 @@ nohash-hasher = "0.2"
285
285
notify = { version = "8", features = ["macos_kqueue"] }
286
286
num-derive = "0.4"
287
287
num-traits = "0.2"
288
-
numpy = "0.24"
288
+
numpy = "0.25"
289
289
objc2-app-kit = "0.3"
290
290
opentelemetry = { version = "0.30", features = ["metrics"] }
291
291
opentelemetry-appender-tracing = "0.30"
292
292
opentelemetry-otlp = "0.30"
293
293
opentelemetry_sdk = { version = "0.30", features = ["rt-tokio"] }
294
294
ordered-float = "4.3.0"
295
295
parking_lot = "0.12.3"
296
-
parquet = { version = "55.1", default-features = false }
296
+
parquet = { version = "56.1", default-features = false }
297
297
paste = "1.0"
298
298
pathdiff = "0.2"
299
299
percent-encoding = "2.3"
@@ -312,8 +312,8 @@ prost-types = "0.13.3"
312
312
prost-reflect = "0.15.3"
313
313
puffin = "0.19.1"
314
314
puffin_http = "0.16"
315
-
pyo3 = "0.24.1"
316
-
pyo3-build-config = "0.24.1"
315
+
pyo3 = "0.25.1"
316
+
pyo3-build-config = "0.25.1"
317
317
quote = "1.0"
318
318
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
319
319
rand_distr = { version = "0.4", default-features = false }
0 commit comments