diff --git a/linkerd/detect/Cargo.toml b/linkerd/detect/Cargo.toml index 3fd849e87..7f9ca574a 100644 --- a/linkerd/detect/Cargo.toml +++ b/linkerd/detect/Cargo.toml @@ -12,7 +12,7 @@ bytes = { workspace = true } linkerd-error = { path = "../error" } linkerd-io = { path = "../io" } linkerd-stack = { path = "../stack" } -tokio = { version = "1", features = ["time"] } thiserror = "2" +tokio = { version = "1", features = ["time"] } tower = { workspace = true } tracing = "0.1"