@@ -55,17 +55,17 @@ version = "0.32.0"
5555anyhow = " 1.0.95"
5656arbitrary = " 1.3.2"
5757arrayref = " 0.3.7"
58- arrow = " 54.3.1 "
59- arrow-arith = " 54.3.1 "
60- arrow-array = " 54.3.1 "
61- arrow-buffer = " 54.3.1 "
62- arrow-cast = " 54.3.1 "
63- arrow-ord = " 54.3.1 "
64- arrow-schema = " 54.3.1 "
65- arrow-select = " 54.3.1 "
66- arrow-string = " 54.3.1 "
58+ arrow = " 55 "
59+ arrow-arith = " 55 "
60+ arrow-array = " 55 "
61+ arrow-buffer = " 55 "
62+ arrow-cast = " 55 "
63+ arrow-ord = " 55 "
64+ arrow-schema = " 55 "
65+ arrow-select = " 55 "
66+ arrow-string = " 55 "
6767async-once-cell = " 0.5.4"
68- async-trait = " 0.1.86 "
68+ async-trait = " 0.1.88 "
6969backtrace = " 0.3.74"
7070bit-vec = " 0.8.0"
7171bytes = " 1.10"
@@ -76,12 +76,13 @@ clap = "4.5"
7676compio = { version = " 0.14" , features = [" io-uring" ], default-features = false }
7777crossterm = " 0.28"
7878dashmap = " 6.1.0"
79- datafusion = { version = " 46" , default-features = false }
80- datafusion-common = { version = " 46" }
81- datafusion-execution = { version = " 46" }
82- datafusion-expr = { version = " 46" }
83- datafusion-physical-expr = { version = " 46" }
84- datafusion-physical-plan = { version = " 46" }
79+ datafusion = { version = " 47" , default-features = false }
80+ datafusion-common = { version = " 47" }
81+ datafusion-datasource = { version = " 47" }
82+ datafusion-execution = { version = " 47" }
83+ datafusion-expr = { version = " 47" }
84+ datafusion-physical-expr = { version = " 47" }
85+ datafusion-physical-plan = { version = " 47" }
8586divan = { package = " codspeed-divan-compat" , version = " 2.8.0" }
8687duckdb = { path = " duckdb-vortex/duckdb-rs/crates/duckdb" , features = [
8788 " vtab-full" ,
@@ -90,16 +91,16 @@ duckdb = { path = "duckdb-vortex/duckdb-rs/crates/duckdb", features = [
9091dyn-hash = " 0.2.0"
9192enum-iterator = " 2.0.0"
9293fastlanes = " 0.1.8"
93- flatbuffers = " 25"
94- flexbuffers = " 25"
94+ flatbuffers = " 25.2.10 "
95+ flexbuffers = " 25.2.10 "
9596flume = " 0.11"
9697fsst-rs = " 0.5.2"
9798futures = { version = " 0.3.31" , default-features = false }
9899futures-util = " 0.3.31"
99100getrandom = " 0.3"
100101goldenfile = " 1"
101102governor = " 0.10"
102- half = { version = " 2.2.1 " , features = [" std" , " num-traits" ] }
103+ half = { version = " 2.5 " , features = [" std" , " num-traits" ] }
103104hashbrown = " 0.15.1"
104105homedir = " 0.3.3"
105106humansize = " 2.1.3"
@@ -116,20 +117,19 @@ mimalloc = "0.1.42"
116117moka = { version = " 0.12.10" , default-features = false }
117118num-traits = " 0.2.19"
118119num_enum = " 0.7.2"
119- object_store = " 0.11.0 "
120+ object_store = " 0.12 "
120121opentelemetry = " 0.29.0"
121122opentelemetry-otlp = " 0.29.0"
122123opentelemetry_sdk = " 0.29.0"
123124parking_lot = " 0.12.3"
124- parquet = " 54.3.1 "
125+ parquet = " 55 "
125126paste = " 1.0.15"
126127pin-project = " 1.1.5"
127128pin-project-lite = " 0.2.15"
128129prost = " 0.13.4"
129130prost-build = " 0.13.4"
130131prost-types = " 0.13.4"
131- # bump pyo3 to >0.24 on next arrow release, for RUSTSEC-2025-0020
132- pyo3 = { version = " 0.23.4" , features = [" extension-module" , " abi3-py310" ] }
132+ pyo3 = { version = " 0.24.1" , features = [" extension-module" , " abi3-py310" ] }
133133pyo3-log = " 0.12.1"
134134rancor = " 0.1.0"
135135rand = " 0.9.0"
@@ -165,7 +165,7 @@ tracing-chrome = "0.7.2"
165165tracing-futures = " 0.2.5"
166166tracing-subscriber = " 0.3.19"
167167url = " 2.5.4"
168- uuid = { version = " 1.15 " , features = [" js" ] }
168+ uuid = { version = " 1.16 " , features = [" js" ] }
169169wasm-bindgen-futures = " 0.4.39"
170170witchcraft-metrics = " 1.0.1"
171171
0 commit comments