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 <kate@buoyant.io>
This commit is contained in:
katelyn martin 2025-03-07 16:05:13 -05:00 committed by GitHub
parent 2f97549aed
commit 4589be41ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"