Skip to content

Commit b68327b

Browse files
committed
Cleanup unused dependencies
* Check is made via cargo udeps tool and all tests including generating types and their proptests successfully ran. * Move tempfile to dev dependencies in grep-regex
1 parent e76d9ea commit b68327b

File tree

7 files changed

+5
-232
lines changed

7 files changed

+5
-232
lines changed

application/apps/indexer/addons/text_grep/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ workspace = true
1616
tokio = { workspace = true, features = ["full"] }
1717
bufread = { path = "../bufread" }
1818
tokio-util.workspace = true
19-
tempfile.workspace = true
2019
grep-searcher.workspace = true
2120
grep-regex.workspace = true
2221
thiserror.workspace = true
2322
regex.workspace = true
23+
24+
[dev-dependencies]
25+
tempfile.workspace = true

application/apps/indexer/plugins_host/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ wasmtime = "33.0"
2222
wasmtime-wasi = "33.0"
2323

2424
parsers = { path = "../parsers" }
25-
sources = { path = "../sources" }
2625
stypes = { path = "../stypes" }
2726
# TODO : Introduce shared crates and move dir_checksum to it.
2827
dir_checksum = { path = "../../../../cli/development-cli/dir_checksum" }

application/apps/indexer/session/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ workspace = true
99

1010
[dependencies]
1111
blake3.workspace = true
12-
crossbeam-channel.workspace = true
1312
dirs.workspace = true
1413
dlt-core = { workspace = true, features = ["statistics", "serialization"] }
1514
file-tools = { path = "../addons/file-tools" }

application/apps/indexer/sources/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ edition = "2024"
88
workspace = true
99

1010
[dependencies]
11-
async-stream = "0.3"
1211
bufread = { path = "../addons/bufread" }
1312
bytes = "1.3"
1413
etherparse = "0.16"
1514
futures.workspace = true
16-
indexer_base = { path = "../indexer_base" }
1715
log.workspace = true
18-
parsers = { path = "../parsers" }
1916
pcap-parser = "0.16"
2017
thiserror.workspace = true
2118
tokio.workspace = true
@@ -24,11 +21,8 @@ tokio-stream.workspace = true
2421
tokio-util = { workspace = true , features = ["full"] }
2522
serde = { workspace = true, features = ["derive"] }
2623
uuid = { workspace = true , features = ["serde", "v4"] }
27-
regex.workspace = true
28-
shellexpand = "3.1"
2924
stypes = { path = "../stypes", features=["rustcore"] }
3025
socket2 = "0.5.8"
31-
shell-tools = { path = "../addons/shell-tools" }
3226

3327
[dev-dependencies]
3428
env_logger.workspace = true

application/apps/indexer/stypes/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ test_and_gen = []
1212
rustcore = [
1313
"dep:tokio",
1414
"dep:walkdir",
15-
"dep:regex",
1615
"dlt-core/fibex",
1716
"dlt-core/statistics",
1817
"dlt-core/serialization",
@@ -25,7 +24,6 @@ nodejs = [
2524
[dependencies]
2625
serde = { workspace = true , features = ["derive"] }
2726
dlt-core = { workspace = true, features = ["fibex", "serialization"] }
28-
regex = { workspace = true, optional = true }
2927
bincode = "1.3"
3028
extend = { path = "../tools/extend"}
3129
uuid = { workspace = true, features = ["serde"] }

application/apps/rustcore/rs-bindings/Cargo.lock

Lines changed: 0 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)