Skip to content

Commit

Permalink
chore(deps): remove some unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Dec 11, 2024
1 parent 0b801eb commit 6adbfd8
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 127 deletions.
82 changes: 0 additions & 82 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ bytes = { version = "1.9.0", default-features = false, features = ["serde"] }
bytesize = { version = "1.3.0", default-features = false }
chrono.workspace = true
chrono-tz.workspace = true
cidr-utils = { version = "0.6.1", default-features = false }
colored = { version = "2.1.0", default-features = false }
csv = { version = "1.3", default-features = false }
databend-client = { version = "0.22.2", default-features = false, features = ["rustls"], optional = true }
Expand All @@ -312,7 +311,6 @@ flate2.workspace = true
futures-util = { version = "0.3.29", default-features = false }
glob.workspace = true
governor = { version = "0.7.0", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }
grok = { version = "2.0.0", default-features = false, optional = true }
h2 = { version = "0.4.7", default-features = false, optional = true }
hash_hasher = { version = "2.0.0", default-features = false }
hashbrown = { version = "0.14.5", default-features = false, optional = true, features = ["ahash"] }
Expand All @@ -332,7 +330,6 @@ itertools = { version = "0.13.0", default-features = false, optional = false, fe
k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", "v1_26"], optional = true }
kube = { version = "0.82.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true }
listenfd = { version = "1.0.1", default-features = false, optional = true }
logfmt = { version = "0.0.2", default-features = false, optional = true }
lru = { version = "0.12.5", default-features = false, optional = true }
maxminddb = { version = "0.24.0", default-features = false, optional = true }
md-5 = { version = "0.10", default-features = false, optional = true }
Expand Down
1 change: 0 additions & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ tracing = { version = "0.1", default-features = false }
vrl.workspace = true
vector-common = { path = "../vector-common", default-features = false }
vector-config = { path = "../vector-config", default-features = false }
vector-config-common = { path = "../vector-config-common", default-features = false }
vector-config-macros = { path = "../vector-config-macros", default-features = false }
vector-core = { path = "../vector-core", default-features = false, features = ["vrl"] }

Expand Down
1 change: 0 additions & 1 deletion lib/docs-renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ serde.workspace = true
serde_json.workspace = true
snafu.workspace = true
tracing = { version = "0.1.34", default-features = false }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] }
vector-config = { path = "../vector-config" }
vector-config-common = { path = "../vector-config-common" }
2 changes: 0 additions & 2 deletions lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ glob.workspace = true
scan_fmt = "0.2.6"
vector-common = { path = "../vector-common", default-features = false }
vector-config = { path = "../vector-config", default-features = false }
vector-config-common = { path = "../vector-config-common", default-features = false }
vector-config-macros = { path = "../vector-config-macros", default-features = false }

[dependencies.bstr]
version = "1.11"
Expand Down
2 changes: 0 additions & 2 deletions lib/loki-logproto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ publish = false
[dependencies]
prost.workspace = true
prost-types.workspace = true
bytes = { version = "1.9.0", default-features = false }
snap = { version = "1.1.1", default-features = false }

[dev-dependencies]
chrono.workspace = true
Expand Down
1 change: 0 additions & 1 deletion lib/prometheus-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ license = "MPL-2.0"
[dependencies]
indexmap.workspace = true
nom = "7.1.3"
num_enum = "0.7.3"
prost.workspace = true
prost-types.workspace = true
snafu.workspace = true
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 @@ -32,4 +32,3 @@ chrono.workspace = true
clap.workspace = true
url = { version = "2.5.4", default-features = false }
uuid.workspace = true
indoc = { version = "2.0.5", default-features = false }
3 changes: 0 additions & 3 deletions lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ memmap2 = { version = "0.9.5", default-features = false }
metrics.workspace = true
num-traits = { version = "0.2.19", default-features = false }
paste = "1.0.15"
pin-project.workspace = true
rkyv = { version = "0.7.45", default-features = false, features = ["size_32", "std", "strict", "validation"] }
serde.workspace = true
snafu.workspace = true
tokio-util = { version = "0.7.0", default-features = false }
tokio = { version = "1.41.1", default-features = false, features = ["rt", "macros", "rt-multi-thread", "sync", "fs", "io-util", "time"] }
tracing = { version = "0.1.34", default-features = false, features = ["attributes"] }
vector-config = { path = "../vector-config", default-features = false }
vector-config-common = { path = "../vector-config-common", default-features = false }
vector-config-macros = { path = "../vector-config-macros", default-features = false }
vector-common = { path = "../vector-common", default-features = false, features = ["byte_size_of"] }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 6adbfd8

Please sign in to comment.