Skip to content

Commit 96ec923

Browse files
committed
chore: apply feedbacks
Signed-off-by: Alexandre Rulleau <[email protected]>
1 parent cf457e0 commit 96ec923

File tree

5 files changed

+405
-670
lines changed

5 files changed

+405
-670
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-pipeline-ffi/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ build_common = { path = "../build-common" }
2323

2424
[dev-dependencies]
2525
httpmock = "0.7.0"
26-
rmp-serde = "1.1.1"
27-
datadog-trace-utils = { path = "../datadog-trace-utils" }
2826

2927
[dependencies]
3028
data-pipeline = { path = "../data-pipeline" }
31-
datadog-ipc = { path = "../ipc" }
32-
datadog-trace-utils = { path = "../trace-utils" }
29+
datadog-trace-utils = { path = "../datadog-trace-utils" }
3330
ddcommon-ffi = { path = "../ddcommon-ffi", default-features = false }
34-
ddtelemetry-ffi = { path = "../ddtelemetry-ffi", default-features = false }
3531
rmp-serde = "1.1.1"
3632
tinybytes = { path = "../tinybytes" }

0 commit comments

Comments
 (0)