Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 0 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ rand_distr = { version = "0.5.1", default-features = false }
rdkafka = { version = "0.39.0", default-features = false }
regex = { version = "1.12.3", default-features = false, features = ["std", "perf"] }
reqwest = { version = "0.11", features = ["json"] }
rust_decimal = { version = "1.40.0", default-features = false, features = ["std"] }
semver = { version = "1.0.28", default-features = false, features = ["serde", "std"] }
serde = { version = "1.0.219", default-features = false, features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.149", default-features = false, features = ["preserve_order", "raw_value", "std"] }
Expand Down Expand Up @@ -230,7 +229,6 @@ reqwest_13 = { package = "reqwest", version = "0.13", default-features = false,
clap.workspace = true
clap_complete.workspace = true
indoc.workspace = true
pastey.workspace = true
pin-project.workspace = true
proptest = { workspace = true, optional = true }
proptest-derive = { workspace = true, optional = true }
Expand Down Expand Up @@ -358,7 +356,6 @@ greptimedb-ingester = { version = "0.17.0", default-features = false, optional =
arc-swap = { workspace = true, default-features = false, optional = true }
async-compression = { version = "0.4.27", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
arrow = { version = "56.2.0", default-features = false, features = ["ipc"], optional = true }
arrow-schema = { version = "56.2.0", default-features = false, optional = true }
parquet = { version = "56.2.0", default-features = false, features = [
"arrow",
"snap",
Expand Down Expand Up @@ -398,7 +395,6 @@ http = { version = "0.2.9", default-features = false }
http-1 = { package = "http", version = "1.0", default-features = false, features = ["std"] }
http-serde = "1.1.3"
http-body = { version = "0.4.6", default-features = false }
humantime.workspace = true
hyper = { version = "0.14.32", default-features = false, features = ["client", "runtime", "http1", "http2", "server", "stream", "backports", "deprecated"] }
hyper-openssl = { version = "0.9.2", default-features = false }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
Expand Down Expand Up @@ -431,7 +427,6 @@ redis = { version = "0.32.4", default-features = false, features = ["connection-
regex.workspace = true
roaring = { version = "0.11.2", default-features = false, features = ["std"], optional = true }
rumqttc = { version = "0.24.0", default-features = false, features = ["use-rustls"], optional = true }
rust_decimal = { workspace = true, optional = true }
seahash = { version = "4.1.0", default-features = false }
smallvec = { version = "1", default-features = false, features = ["union", "serde"] }
snap = { version = "1.1.1", default-features = false }
Expand All @@ -443,7 +438,6 @@ syslog = { version = "6.1.1", default-features = false, optional = true }
tokio-postgres = { version = "0.7.13", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
tokio-tungstenite = { workspace = true, features = ["connect"], optional = true }
toml.workspace = true
hickory-proto = { workspace = true, optional = true }
tonic = { workspace = true, optional = true }
tonic-health = { workspace = true, optional = true }
tonic-reflection = { workspace = true, optional = true }
Expand All @@ -461,7 +455,6 @@ heim = { git = "https://github.com/vectordotdev/heim.git", branch = "update-deps
# make sure to update the external docs when the Lua version changes
mlua = { version = "0.10.5", default-features = false, features = ["lua54", "send", "vendored", "macros"], optional = true }
sysinfo = "0.37.2"
byteorder = "1.5.0"

[target.'cfg(windows)'.dependencies]
windows-service = "0.8.0"
Expand Down Expand Up @@ -648,7 +641,7 @@ enrichment-tables-mmdb = ["dep:maxminddb"]
enrichment-tables-memory = ["dep:evmap", "dep:evmap-derive", "dep:thread_local"]

# Codecs
codecs-arrow = ["dep:arrow", "dep:arrow-schema", "vector-lib/arrow"]
codecs-arrow = ["dep:arrow", "vector-lib/arrow"]
codecs-parquet = ["dep:parquet", "codecs-arrow", "vector-lib/parquet"]
codecs-opentelemetry = ["vector-lib/opentelemetry"]
codecs-syslog = ["vector-lib/syslog"]
Expand Down Expand Up @@ -720,7 +713,7 @@ sources-aws_s3 = ["aws-core", "dep:aws-sdk-sqs", "dep:aws-sdk-s3", "dep:async-co
sources-aws_sqs = ["aws-core", "dep:aws-sdk-sqs"]
sources-datadog_agent = ["sources-utils-http-encoding", "protobuf-build", "dep:prost"]
sources-demo_logs = ["dep:fakedata"]
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"]
sources-dnstap = ["sources-utils-net-tcp", "dep:base64", "dep:dnsmsg-parser", "dep:dnstap-parser", "protobuf-build", "dep:prost", "vector-vrl-functions/dnstap"]
sources-docker_logs = ["docker"]
sources-eventstoredb_metrics = []
sources-exec = []
Expand Down Expand Up @@ -924,7 +917,7 @@ sinks-azure_logs_ingestion = ["dep:azure_core", "dep:azure_identity", "dep:azure
sinks-azure_monitor_logs = []
sinks-blackhole = []
sinks-chronicle = []
sinks-clickhouse = ["dep:nom", "dep:rust_decimal", "codecs-arrow"]
sinks-clickhouse = ["dep:nom", "codecs-arrow"]
Comment thread
thomasqueirozb marked this conversation as resolved.
sinks-console = []
sinks-databend = ["dep:databend-client"]
sinks-databricks-zerobus = ["dep:databricks-zerobus-ingest-sdk", "dep:prost-reflect", "dep:base64"]
Expand Down
3 changes: 0 additions & 3 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ bollard-stubs,https://github.com/fussybeaver/bollard,Apache-2.0,Bollard contribu
bon,https://github.com/elastio/bon,MIT OR Apache-2.0,The bon Authors
bon-macros,https://github.com/elastio/bon,MIT OR Apache-2.0,The bon-macros Authors
borrow-or-share,https://github.com/yescallop/borrow-or-share,MIT-0,Scallop Ye <yescallop@gmail.com>
borsh,https://github.com/near/borsh-rs,MIT OR Apache-2.0,Near Inc <hello@near.org>
borsh-derive,https://github.com/near/borsh-rs,Apache-2.0,Near Inc <hello@nearprotocol.com>
brotli,https://github.com/dropbox/rust-brotli,BSD-3-Clause AND MIT,"Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors"
brotli-decompressor,https://github.com/dropbox/rust-brotli-decompressor,BSD-3-Clause OR MIT,"Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors"
bs58,https://github.com/Nullus157/bs58-rs,MIT OR Apache-2.0,The bs58 Authors
Expand Down Expand Up @@ -681,7 +679,6 @@ security-framework-sys,https://github.com/kornelski/rust-security-framework,MIT
semver,https://github.com/dtolnay/semver,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
seq-macro,https://github.com/dtolnay/seq-macro,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
serde-aux,https://github.com/iddm/serde-aux,MIT,Victor Polevoy <maintainer@vpolevoy.com>
serde-toml-merge,https://github.com/jdrouet/serde-toml-merge,MIT,Jeremie Drouet <jeremie.drouet@gmail.com>
serde-value,https://github.com/arcnmx/serde-value,MIT,arcnmx
serde_bytes,https://github.com/serde-rs/bytes,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
Expand Down
6 changes: 1 addition & 5 deletions lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ parquet = { version = "56.2.0", default-features = false, features = [
async-trait.workspace = true
bytes.workspace = true
chrono.workspace = true
chrono-tz.workspace = true
rust_decimal.workspace = true
csv-core = { version = "0.1.13", default-features = false }
derivative.workspace = true
derive_more = { version = "2.1.1", optional = true, features = ["from", "display"] }
dyn-clone = { version = "1", default-features = false }
flate2.workspace = true
futures.workspace = true
Expand All @@ -47,7 +44,6 @@ regex.workspace = true
serde.workspace = true
serde_with.workspace = true
serde_json.workspace = true
serde-aux = { version = "4.5", optional = true }
smallvec = { version = "1", default-features = false, features = ["union"] }
snafu.workspace = true
strum = { workspace = true, optional = true }
Expand Down Expand Up @@ -80,5 +76,5 @@ vrl.workspace = true
arrow = ["dep:arrow", "arrow/chrono-tz"]
parquet = ["dep:parquet", "arrow"]
opentelemetry = ["dep:opentelemetry-proto"]
syslog = ["dep:syslog_loose", "dep:strum", "dep:derive_more", "dep:serde-aux", "dep:toml"]
syslog = ["dep:syslog_loose", "dep:strum", "dep:toml"]
test = []
1 change: 0 additions & 1 deletion lib/file-source-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ libc.workspace = true
winapi = { version = "0.3", features = ["winioctl"] }

[dependencies]
glob.workspace = true
chrono.workspace = true
tracing.workspace = true
crc = "3.3.0"
Expand Down
4 changes: 0 additions & 4 deletions lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ edition = "2024"
publish = false
license = "MIT"

[target.'cfg(windows)'.dependencies]
libc.workspace = true
winapi = { version = "0.3", features = ["winioctl"] }

[dependencies]
glob.workspace = true
chrono.workspace = true
Expand Down
1 change: 0 additions & 1 deletion lib/opentelemetry-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ glob.workspace = true
bytes.workspace = true
chrono.workspace = true
hex = { version = "0.4.3", default-features = false, features = ["std"] }
lookup = { package = "vector-lookup", path = "../vector-lookup", default-features = false }
ordered-float.workspace = true
prost.workspace = true
tonic.workspace = true
Expand Down
Loading
Loading