Skip to content

Commit 0deb2f8

Browse files
committed
nit(detect): sort dependencies
this is a follow-on to #3715. this commit sorts the dependencies in this manifest. Signed-off-by: katelyn martin <[email protected]>
1 parent 2f97549 commit 0deb2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/detect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bytes = { workspace = true }
1212
linkerd-error = { path = "../error" }
1313
linkerd-io = { path = "../io" }
1414
linkerd-stack = { path = "../stack" }
15-
tokio = { version = "1", features = ["time"] }
1615
thiserror = "2"
16+
tokio = { version = "1", features = ["time"] }
1717
tower = { workspace = true }
1818
tracing = "0.1"

0 commit comments

Comments
 (0)