Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
35 changes: 0 additions & 35 deletions Cargo.lock

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

12 changes: 3 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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 +357,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 +396,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 All @@ -411,7 +408,6 @@ kube = { version = "3.0.1", default-features = false, features = ["client", "ope
listenfd = { version = "1.0.2", default-features = false, optional = true }
lru = { version = "0.16.3", default-features = false }
maxminddb = { version = "0.27.0", default-features = false, optional = true, features = ["simdutf8"] }
md-5 = { version = "0.10", default-features = false, optional = true }
mongodb = { version = "3.7.0", default-features = false, optional = true, features = ["compat-3-0-0", "dns-resolver", "rustls-tls"] }
async-nats = { version = "0.49.0", default-features = false, optional = true, features = ["ring", "websockets", "jetstream", "nkeys"] }
nkeys = { version = "0.4.5", default-features = false, optional = true }
Expand Down Expand Up @@ -443,7 +439,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 +456,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 +642,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 +714,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 @@ -915,7 +909,7 @@ sinks-aws_cloudwatch_logs = ["aws-core", "dep:aws-sdk-cloudwatchlogs", "dep:aws-
sinks-aws_cloudwatch_metrics = ["aws-core", "dep:aws-sdk-cloudwatch"]
sinks-aws_kinesis_firehose = ["aws-core", "dep:aws-sdk-firehose"]
sinks-aws_kinesis_streams = ["aws-core", "dep:aws-sdk-kinesis"]
sinks-aws_s3 = ["dep:base64", "dep:md-5", "aws-core", "dep:aws-sdk-s3"]
sinks-aws_s3 = ["dep:base64", "aws-core", "dep:aws-sdk-s3"]
Comment thread
thomasqueirozb marked this conversation as resolved.
Outdated
sinks-aws_sqs = ["aws-core", "dep:aws-sdk-sqs"]
sinks-aws_sns = ["aws-core", "dep:aws-sdk-sns"]
sinks-axiom = ["sinks-http"]
Expand Down
1 change: 0 additions & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,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
1 change: 0 additions & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ prost.workspace = true
prost-types.workspace = true

# Async
futures.workspace = true
tokio = { workspace = true, features = ["macros", "rt", "sync"] }
tokio-stream = { workspace = true, features = ["sync"] }

Expand Down
3 changes: 0 additions & 3 deletions lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ futures.workspace = true
memmap2 = { version = "0.9.10", default-features = false }
metrics.workspace = true
num-traits = { version = "0.2.19", default-features = false }
pastey.workspace = true
rkyv = { version = "0.7.46", default-features = false, features = ["size_32", "std", "strict", "validation"] }
serde.workspace = true
snafu.workspace = true
Expand All @@ -32,8 +31,6 @@ tokio = { workspace = true, features = ["rt", "macros", "rt-multi-thread", "sync
tracing = { workspace = true, features = ["attributes"] }
vector-config = { path = "../vector-config", default-features = false }
vector-common = { path = "../vector-common", default-features = false, features = ["byte_size_of"] }
dashmap.workspace = true
ordered-float.workspace = true

[dev-dependencies]
clap.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-common/src/internal_event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ macro_rules! registered_event {
$(fn register($fixed_name:ident: $fixed_tags:ty, $tags_name:ident: $tags:ty)
$register_body:block)?
) => {
pastey::paste!{
$crate::pastey::paste! {
#[derive(Clone)]
pub struct [<$event Handle>] {
$( $field: $type, )*
Expand Down
1 change: 1 addition & 0 deletions lib/vector-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#![deny(unused_assignments)]
#![deny(unused_comparisons)]

pub use pastey; // Exported so that registered_event! doesn't need pastey in other crates
pub use vector_common_macros::NamedInternalEvent;

#[cfg(feature = "btreemap")]
Expand Down
1 change: 0 additions & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ headers = { version = "0.3.9", default-features = false }
http = { version = "0.2.9", default-features = false }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
indexmap.workspace = true
inventory.workspace = true
ipnet = { version = "2", default-features = false, features = ["serde", "std"] }
lookup = { package = "vector-lookup", path = "../vector-lookup" }
metrics.workspace = true
Expand Down
5 changes: 0 additions & 5 deletions lib/vector-top/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ edition = "2024"
publish = false

[dependencies]
clap.workspace = true
chrono.workspace = true
exitcode.workspace = true
futures.workspace = true
futures-util = { workspace = true, features = ["alloc"] }
glob.workspace = true
indoc.workspace = true
tokio = { workspace = true, features = ["full"] }
tokio-stream = { workspace = true, features = ["net", "sync", "time"] }
url.workspace = true
humantime = { version = "2.2.0", default-features = false }
crossterm = { version = "0.29.0", default-features = false, features = ["event-stream", "windows"] }
unit-prefix = { version = "0.5.2", default-features = false, features = ["std"] }
Expand Down
1 change: 0 additions & 1 deletion lib/vector-vrl/dnstap-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ hickory-proto.workspace = true
prost.workspace = true
snafu.workspace = true
tracing.workspace = true
vector-config.workspace = true
vector-common = { path = "../../vector-common" }
vector-lookup = { path = "../../vector-lookup", features = ["test"] }
vector-core = { path = "../../vector-core" }
Expand Down
1 change: 0 additions & 1 deletion lib/vector-vrl/web-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ serde.workspace = true
web-sys = { version = "0.3", features = ["Window", "Performance"] }
gloo-utils = { version = "0.2", features = ["serde"] }
vector-vrl-functions.workspace = true
enrichment = { path = "../enrichment" }
# Required per https://docs.rs/getrandom/latest/getrandom/#webassembly-support
getrandom = { version = "0.2.15", features = ["js"] }
getrandom_v04 = { package = "getrandom", version = "0.4", features = ["wasm_js"] }
Expand Down
Loading