@@ -17,37 +17,37 @@ datafusion-ext-exprs = { workspace = true }
1717datafusion-ext-functions = { workspace = true }
1818orc-rust = { workspace = true }
1919
20- async-trait = " 0.1.88 "
21- base64 = " 0.22.1 "
22- bitvec = " 1.0.1 "
23- byteorder = " 1.5.0 "
24- bytes = " 1.10.1 "
25- bytesize = " 2.0.1 "
26- count-write = " 0.1.0 "
27- derivative = " 2.2.0 "
28- foldhash = " 0.1.5 "
29- futures = " 0.3 "
30- futures-util = " 0.3.31 "
31- hashbrown = " 0.14.5 "
32- itertools = " 0.14.0 "
33- jni = " 0.20.0 "
34- log = " 0.4.27 "
35- lz4_flex = " 0.11.2 "
36- num = " 0.4.2 "
37- object_store = " 0.11.1 "
38- once_cell = " 1.21.3 "
39- panic-message = " 0.3.0 "
40- parking_lot = " 0.12.4 "
41- paste = " 1.0.15 "
42- smallvec = " 2.0.0-alpha.11 "
43- tempfile = " 3 "
44- tokio = " 1.45.1 "
45- unchecked-index = " 0.2.2 "
46- uuid = " 1.17.0 "
47- zstd = " 0.13.3 "
20+ async-trait = { workspace = true }
21+ base64 = { workspace = true }
22+ bitvec = { workspace = true }
23+ byteorder = { workspace = true }
24+ bytes = { workspace = true }
25+ bytesize = { workspace = true }
26+ count-write = { workspace = true }
27+ derivative = { workspace = true }
28+ foldhash = { workspace = true }
29+ futures = { workspace = true }
30+ futures-util = { workspace = true }
31+ hashbrown = { workspace = true }
32+ itertools = { workspace = true }
33+ jni = { workspace = true }
34+ log = { workspace = true }
35+ lz4_flex = { workspace = true }
36+ num = { workspace = true }
37+ object_store = { workspace = true }
38+ once_cell = { workspace = true }
39+ panic-message = { workspace = true }
40+ parking_lot = { workspace = true }
41+ paste = { workspace = true }
42+ smallvec = { workspace = true }
43+ tempfile = { workspace = true }
44+ tokio = { workspace = true }
45+ unchecked-index = { workspace = true }
46+ uuid = { workspace = true }
47+ zstd = { workspace = true }
4848
4949[target .'cfg(target_os = "linux")' .dependencies ]
50- procfs = " 0.17.0 "
50+ procfs = { workspace = true }
5151
5252[dev-dependencies ]
53- rand = " 0.9.1 "
53+ rand = { workspace = true }
0 commit comments