@@ -57,61 +57,61 @@ arrow = { workspace = true }
5757arrow-array = { workspace = true }
5858arrow-schema = { workspace = true }
5959async-compression = { version = " 0.4.0" , features = [" bzip2" , " gzip" , " xz" , " zstd" , " futures-io" , " tokio" ], optional = true }
60- async-trait = " 0.1.73 "
61- bytes = " 1.4 "
60+ async-trait = { workspace = true }
61+ bytes = { workspace = true }
6262bzip2 = { version = " 0.4.3" , optional = true }
6363chrono = { workspace = true }
64- dashmap = " 5.4.0 "
64+ dashmap = { workspace = true }
6565datafusion-common = { path = " ../common" , version = " 32.0.0" , features = [" object_store" ], default-features = false }
66- datafusion-execution = { path = " ../execution " , version = " 32.0.0 " }
67- datafusion-expr = { path = " ../expr " , version = " 32.0.0 " }
66+ datafusion-execution = { workspace = true }
67+ datafusion-expr = { workspace = true }
6868datafusion-optimizer = { path = " ../optimizer" , version = " 32.0.0" , default-features = false }
6969datafusion-physical-expr = { path = " ../physical-expr" , version = " 32.0.0" , default-features = false }
70- datafusion-physical-plan = { path = " ../physical-plan " , version = " 32.0.0 " , default-features = false }
71- datafusion-sql = { path = " ../sql " , version = " 32.0.0 " }
70+ datafusion-physical-plan = { workspace = true }
71+ datafusion-sql = { workspace = true }
7272flate2 = { version = " 1.0.24" , optional = true }
73- futures = " 0.3 "
73+ futures = { workspace = true }
7474glob = " 0.3.0"
7575half = { version = " 2.1" , default-features = false }
7676hashbrown = { version = " 0.14" , features = [" raw" ] }
77- indexmap = " 2.0.0 "
78- itertools = " 0.11 "
79- log = " ^0.4 "
77+ indexmap = { workspace = true }
78+ itertools = { workspace = true }
79+ log = { workspace = true }
8080num-traits = { version = " 0.2" , optional = true }
81- num_cpus = " 1.13.0 "
82- object_store = " 0.7.0 "
83- parking_lot = " 0.12 "
81+ num_cpus = { workspace = true }
82+ object_store = { workspace = true }
83+ parking_lot = { workspace = true }
8484parquet = { workspace = true , optional = true }
8585pin-project-lite = " ^0.2.7"
86- rand = " 0.8 "
86+ rand = { workspace = true }
8787sqlparser = { workspace = true }
88- tempfile = " 3 "
88+ tempfile = { workspace = true }
8989tokio = { version = " 1.28" , features = [" macros" , " rt" , " rt-multi-thread" , " sync" , " fs" , " parking_lot" ] }
9090tokio-util = { version = " 0.7.4" , features = [" io" ] }
91- url = " 2.2 "
91+ url = { workspace = true }
9292uuid = { version = " 1.0" , features = [" v4" ] }
9393xz2 = { version = " 0.1" , optional = true }
9494zstd = { version = " 0.13" , optional = true , default-features = false }
9595
9696[dev-dependencies ]
97- async-trait = " 0.1.53 "
98- bigdecimal = " 0.4.1 "
97+ async-trait = { workspace = true }
98+ bigdecimal = { workspace = true }
9999criterion = { version = " 0.5" , features = [" async_tokio" ] }
100100csv = " 1.1.6"
101- ctor = " 0.2.0 "
102- doc-comment = " 0.3 "
103- env_logger = " 0.10 "
104- half = " 2.2.1 "
101+ ctor = { workspace = true }
102+ doc-comment = { workspace = true }
103+ env_logger = { workspace = true }
104+ half = { workspace = true }
105105postgres-protocol = " 0.6.4"
106106postgres-types = { version = " 0.2.4" , features = [" derive" , " with-chrono-0_4" ] }
107107rand = { version = " 0.8" , features = [" small_rng" ] }
108108rand_distr = " 0.4.3"
109109regex = " 1.5.4"
110- rstest = " 0.18.0 "
110+ rstest = { workspace = true }
111111rust_decimal = { version = " 1.27.0" , features = [" tokio-pg" ] }
112- serde_json = " 1 "
112+ serde_json = { workspace = true }
113113test-utils = { path = " ../../test-utils" }
114- thiserror = " 1.0.37 "
114+ thiserror = { workspace = true }
115115tokio-postgres = " 0.7.7"
116116[target .'cfg(not(target_os = "windows"))' .dev-dependencies ]
117117nix = { version = " 0.27.1" , features = [" fs" ] }
0 commit comments