@@ -80,8 +80,8 @@ crossbeam-channel = "0.5.11"
8080csv = " 1.3.0"
8181# Use DataFusion fork
8282# See https://github.com/influxdata/arrow-datafusion/pull/49 for contents
83- datafusion = { git = " https://github.com/influxdata/arrow-datafusion.git" , rev = " ae0a57b05895ccf4d2febb9c91bbb0956cf7e863 " }
84- datafusion-proto = { git = " https://github.com/influxdata/arrow-datafusion.git" , rev = " ae0a57b05895ccf4d2febb9c91bbb0956cf7e863 " }
83+ datafusion = { git = " https://github.com/influxdata/arrow-datafusion.git" , rev = " 1c10b8b635831e87cb043a1e3fa8eb89be430d54 " }
84+ datafusion-proto = { git = " https://github.com/influxdata/arrow-datafusion.git" , rev = " 1c10b8b635831e87cb043a1e3fa8eb89be430d54 " }
8585dashmap = " 6.1.0"
8686dotenvy = " 0.15.7"
8787flate2 = " 1.0.27"
@@ -137,7 +137,7 @@ sysinfo = "0.30.8"
137137tempfile = " 3.14.0"
138138test-log = { version = " 0.2.16" , features = [" trace" ] }
139139thiserror = " 1.0"
140- tokio = { version = " 1.43.1 " , features = [" full" ] }
140+ tokio = { version = " 1.45 " , features = [" full" ] }
141141tokio-util = { version = " 0.7.13" , features = [" rt" ] }
142142tonic = { version = " 0.11.0" , features = [" tls" , " tls-roots" ] }
143143tonic-build = " 0.11.0"
@@ -148,41 +148,40 @@ twox-hash = "2.1.0"
148148unicode-segmentation = " 1.11.0"
149149url = " 2.5.0"
150150urlencoding = " 1.1"
151- uuid = { version = " 1" , features = [" v4" ] }
151+ uuid = { version = " 1" , features = [" v4" , " v7 " , " serde " ] }
152152num = { version = " 0.4.3" }
153153
154154# Core.git crates we depend on
155- arrow_util = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
156- authz = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
157- data_types = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
158- datafusion_util = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
159- executor = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
160- influxdb-line-protocol = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
161- influxdb_influxql_parser = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
162- influxdb_iox_client = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
163- iox_catalog = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
164- iox_http = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
165- iox_query = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
166- iox_query_params = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
167- iox_query_influxql = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
168- iox_system_tables = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
169- iox_time = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
170- metric = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
171- metric_exporters = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
172- object_store_metrics = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
173- observability_deps = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
174- panic_logging = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
175- parquet_file = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
176- schema = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" , features = [" v3" ]}
177- service_common = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
178- service_grpc_flight = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
179- test_helpers = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
180- tokio_metrics_bridge = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
181- trace = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
182- trace_exporters = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
183- trace_http = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
184- tracker = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" }
185- trogging = { git = " https://github.com/influxdata/influxdb3_core" , rev = " 26a30bf8d6e2b6b3f1dd905c4ec27e3db6e20d5f" , features = [" clap" ] }
155+ arrow_util = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
156+ authz = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
157+ data_types = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
158+ datafusion_util = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
159+ executor = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
160+ influxdb-line-protocol = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" , features = [" v3" ]}
161+ influxdb_influxql_parser = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
162+ influxdb_iox_client = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
163+ iox_http = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
164+ iox_query = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
165+ iox_query_params = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
166+ iox_query_influxql = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
167+ iox_system_tables = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
168+ iox_time = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
169+ metric = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
170+ metric_exporters = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
171+ object_store_metrics = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
172+ observability_deps = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
173+ panic_logging = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
174+ parquet_file = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
175+ schema = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" , features = [" v3" ]}
176+ service_common = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
177+ service_grpc_flight = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
178+ test_helpers = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
179+ tokio_metrics_bridge = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
180+ trace = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
181+ trace_exporters = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
182+ trace_http = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
183+ tracker = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" }
184+ trogging = { git = " https://github.com/influxdata/influxdb3_core" , rev = " fd0e474a6c0af5ba867399d753f5df18f59907cb" , features = [" clap" ] }
186185
187186[workspace .lints .rust ]
188187missing_copy_implementations = " deny"
@@ -268,3 +267,4 @@ arrow-string = { git = "https://github.com/influxdata/arrow-rs.git", rev = "eae1
268267arrow-ord = { git = " https://github.com/influxdata/arrow-rs.git" , rev = " eae176c21b1ef915227294e8a8a201b6f266031a" }
269268arrow-flight = { git = " https://github.com/influxdata/arrow-rs.git" , rev = " eae176c21b1ef915227294e8a8a201b6f266031a" }
270269parquet = { git = " https://github.com/influxdata/arrow-rs.git" , rev = " eae176c21b1ef915227294e8a8a201b6f266031a" }
270+ object_store = { git = " https://github.com/influxdata/arrow-rs.git" , rev = " c946cd81fa12e6588a3be33be08e3d8e9a2770e7" }
0 commit comments