@@ -179,7 +179,7 @@ rand = { version = "0.9.2", default-features = false, features = ["small_rng", "
179179rand_distr = { version = " 0.5.1" , default-features = false }
180180regex = { version = " 1.11.2" , default-features = false , features = [" std" , " perf" ] }
181181reqwest = { version = " 0.11.26" , features = [" json" ] }
182- rust_decimal = { version = " 1.33 " , default-features = false , features = [" std" ] }
182+ rust_decimal = { version = " 1.37.0 " , default-features = false , features = [" std" ] }
183183semver = { version = " 1.0.26" , default-features = false , features = [" serde" , " std" ] }
184184serde = { version = " 1.0.219" , default-features = false , features = [" alloc" , " derive" , " rc" ] }
185185serde_json = { version = " 1.0.143" , default-features = false , features = [" raw_value" , " std" ] }
@@ -200,6 +200,7 @@ vector-config-common = { path = "lib/vector-config-common" }
200200vector-config-macros = { path = " lib/vector-config-macros" }
201201vector-common-macros = { path = " lib/vector-common-macros" }
202202vector-lib = { path = " lib/vector-lib" , default-features = false , features = [" vrl" ] }
203+ vector-vrl-functions = { path = " lib/vector-vrl/functions" }
203204vrl = { git = " https://github.com/vectordotdev/vrl.git" , branch = " main" , features = [" arbitrary" , " cli" , " test" , " test_framework" ] }
204205mock_instant = { version = " 0.6" }
205206serial_test = { version = " 3.2" }
@@ -227,7 +228,7 @@ vector-lib.workspace = true
227228vector-config.workspace = true
228229vector-config-common.workspace = true
229230vector-config-macros.workspace = true
230- vector-vrl-functions = { path = " lib/vector-vrl/functions " }
231+ vector-vrl-functions.workspace = true
231232loki-logproto = { path = " lib/loki-logproto" , optional = true }
232233
233234# Tokio / Futures
@@ -341,6 +342,7 @@ arc-swap = { version = "1.7", default-features = false, optional = true }
341342async-compression = { version = " 0.4.27" , default-features = false , features = [" tokio" , " gzip" , " zstd" ], optional = true }
342343apache-avro = { version = " 0.16.0" , default-features = false , optional = true }
343344arrow = { version = " 56.2.0" , default-features = false , features = [" ipc" ], optional = true }
345+ arrow-schema = { version = " 56.2.0" , default-features = false , optional = true }
344346axum = { version = " 0.6.20" , default-features = false }
345347base64 = { workspace = true , optional = true }
346348bloomy = { version = " 1.2.0" , default-features = false , optional = true }
@@ -583,7 +585,7 @@ enrichment-tables-mmdb = ["dep:maxminddb"]
583585enrichment-tables-memory = [" dep:evmap" , " dep:evmap-derive" , " dep:thread_local" ]
584586
585587# Codecs
586- codecs-arrow = [" vector-lib/arrow" ]
588+ codecs-arrow = [" dep:arrow " , " dep:arrow-schema " , " vector-lib/arrow" ]
587589codecs-opentelemetry = [" vector-lib/opentelemetry" ]
588590codecs-syslog = [" vector-lib/syslog" ]
589591
@@ -653,7 +655,7 @@ sources-aws_s3 = ["aws-core", "dep:aws-sdk-sqs", "dep:aws-sdk-s3", "dep:async-co
653655sources-aws_sqs = [" aws-core" , " dep:aws-sdk-sqs" ]
654656sources-datadog_agent = [" sources-utils-http-encoding" , " protobuf-build" , " dep:prost" ]
655657sources-demo_logs = [" dep:fakedata" ]
656- sources-dnstap = [" sources-utils-net-tcp" , " dep:base64" , " dep:hickory-proto" , " dep:dnsmsg-parser" , " dep:dnstap-parser" , " protobuf-build" , " dep:prost" ]
658+ sources-dnstap = [" sources-utils-net-tcp" , " dep:base64" , " dep:hickory-proto" , " dep:dnsmsg-parser" , " dep:dnstap-parser" , " protobuf-build" , " dep:prost" , " vector-vrl-functions/dnstap " ]
657659sources-docker_logs = [" docker" ]
658660sources-eventstoredb_metrics = []
659661sources-exec = []
@@ -851,7 +853,7 @@ sinks-azure_blob = ["dep:azure_core", "dep:azure_identity", "dep:azure_storage",
851853sinks-azure_monitor_logs = []
852854sinks-blackhole = []
853855sinks-chronicle = []
854- sinks-clickhouse = []
856+ sinks-clickhouse = [" dep:rust_decimal " , " codecs-arrow " ]
855857sinks-console = []
856858sinks-databend = [" dep:databend-client" ]
857859sinks-datadog_events = []
0 commit comments