Skip to content

Commit 215ab04

Browse files
committed
feat(http/prom): add linkerd-http-body-eos dependency
Signed-off-by: katelyn martin <[email protected]>
1 parent 963bfd9 commit 215ab04

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,6 +1837,7 @@ dependencies = [
18371837
"http",
18381838
"http-body",
18391839
"linkerd-error",
1840+
"linkerd-http-body-eos",
18401841
"linkerd-http-box",
18411842
"linkerd-metrics",
18421843
"linkerd-stack",

linkerd/http/prom/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tokio = { version = "1", features = ["time"] }
2424
tonic = { workspace = true }
2525

2626
linkerd-error = { path = "../../error" }
27+
linkerd-http-body-eos = { path = "../body-eos" }
2728
linkerd-http-box = { path = "../box" }
2829
linkerd-metrics = { path = "../../metrics" }
2930
linkerd-stack = { path = "../../stack" }

0 commit comments

Comments
 (0)