Skip to content

Commit 4ccb7b6

Browse files
committed
remove unused deps in sidecar, data-pipeline and dogstatsd-client
1 parent 0957884 commit 4ccb7b6

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

Cargo.lock

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

data-pipeline/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ autobenches = false
1212
[dependencies]
1313
anyhow = { version = "1.0" }
1414
arc-swap = "1.7.1"
15-
futures = { version = "0.3", default-features = false }
1615
hyper = {version = "0.14", features = ["client", "server", "runtime", "backports", "deprecated"], default-features = false}
1716
log = "0.4"
1817
rmp-serde = "1.1.1"
@@ -26,10 +25,8 @@ ddcommon = { path = "../ddcommon" }
2625
ddtelemetry = { path = "../ddtelemetry" }
2726
datadog-trace-protobuf = { path = "../trace-protobuf" }
2827
datadog-trace-utils = { path = "../trace-utils" }
29-
datadog-trace-normalization = { path = "../trace-normalization" }
3028
datadog-ddsketch = { path = "../ddsketch"}
3129
dogstatsd-client = { path = "../dogstatsd-client"}
32-
datadog-trace-obfuscation = { path = "../trace-obfuscation" }
3330
uuid = { version = "1.10.0", features = ["v4"] }
3431
tokio-util = "0.7.11"
3532
tinybytes = { path = "../tinybytes", features = ["bytes_string", "serialization"] }

dogstatsd-client/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ bench = false
1111

1212
[dependencies]
1313
ddcommon = { path = "../ddcommon" }
14-
datadog-trace-protobuf = { path = "../trace-protobuf" }
15-
datadog-trace-normalization = { path = "../trace-normalization" }
16-
datadog-ddsketch = { path = "../ddsketch"}
1714
cadence = "1.3.0"
1815
serde = { version = "1.0", features = ["derive", "rc"] }
1916
tracing = { version = "0.1", default-features = false }

sidecar/Cargo.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ tokio-console = ["tokio/full", "tokio/tracing", "console-subscriber"]
1515
[dependencies]
1616
anyhow = { version = "1.0" }
1717
arrayref = "0.3.7"
18-
bytes = "1.4"
1918
priority-queue = "2.1.1"
2019
ddcommon = { path = "../ddcommon" }
2120
datadog-sidecar-macros = { path = "macros" }
2221

2322
ddtelemetry = { path = "../ddtelemetry", features = ["tracing"] }
2423
data-pipeline = { path = "../data-pipeline" }
25-
datadog-trace-protobuf = { path = "../trace-protobuf" }
2624
datadog-trace-utils = { path = "../trace-utils" }
27-
datadog-trace-normalization = { path = "../trace-normalization" }
2825
datadog-remote-config = { path = "../remote-config" }
2926
datadog-live-debugger = { path = "../live-debugger" }
3027
datadog-crashtracker = { path = "../crashtracker" }
@@ -36,23 +33,19 @@ manual_future = "0.1.1"
3633
http = "0.2"
3734
hyper = { version = "0.14", features = ["client", "backports", "deprecated"], default-features = false }
3835
lazy_static = "1.4"
39-
pin-project = "1"
4036

4137
datadog-ipc = { path = "../ipc", features = ["tiny-bytes"] }
4238
datadog-ipc-macros = { path = "../ipc/macros" }
4339

4440
rand = "0.8.3"
45-
regex = { version = "1" }
4641
serde = { version = "1.0", features = ["derive", "rc"] }
4742
serde_with = "3.6.0"
4843
bincode = { version = "1.3.3" }
4944
serde_json = "1.0"
50-
rmp-serde = "1.1.1"
5145
base64 = "0.22.1"
5246
spawn_worker = { path = "../spawn_worker" }
5347
zwohash = "0.1.2"
5448
sha2 = "0.10"
55-
sys-info = { version = "0.9.0" }
5649
tokio = { version = "1.35.1", features = [
5750
"fs",
5851
"sync",
@@ -63,7 +56,6 @@ tokio = { version = "1.35.1", features = [
6356
tokio-util = { version = "0.7", features = ["codec"] }
6457

6558
prctl = "1.0.0"
66-
io-lifetimes = { version = "1.0" }
6759
tracing = { version = "0.1", default-features = false }
6860
tracing-log = { version = "0.2.0", optional = true }
6961
tracing-subscriber = { version = "0.3", default-features = false, features = [
@@ -73,13 +65,10 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
7365
], optional = true }
7466
chrono = "0.4.31"
7567
console-subscriber = { version = "0.1", optional = true }
76-
uuid = { version = "1.3", features = ["v4"] }
77-
hashbrown = { version = "0.14", features = ["raw"] }
7868
libc = { version = "0.2" }
7969

8070
# watchdog and self telemetry
8171
memory-stats = { version = "1.0.0" }
82-
cadence = "1.3.0"
8372

8473
[dependencies.windows]
8574
features = [

0 commit comments

Comments
 (0)