From 4589be41eefbe57ec4716ee654ba3a1d369c13d2 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Fri, 7 Mar 2025 16:05:13 -0500 Subject: [PATCH] nit(detect): sort dependencies (#3716) this is a follow-on to #3715. this commit sorts the dependencies in this manifest. Signed-off-by: katelyn martin --- linkerd/detect/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"