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:
parent
2f97549aed
commit
4589be41ee
|
|
@ -12,7 +12,7 @@ bytes = { workspace = true }
|
||||||
linkerd-error = { path = "../error" }
|
linkerd-error = { path = "../error" }
|
||||||
linkerd-io = { path = "../io" }
|
linkerd-io = { path = "../io" }
|
||||||
linkerd-stack = { path = "../stack" }
|
linkerd-stack = { path = "../stack" }
|
||||||
tokio = { version = "1", features = ["time"] }
|
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
|
tokio = { version = "1", features = ["time"] }
|
||||||
tower = { workspace = true }
|
tower = { workspace = true }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue