chore(meshtls/boring): sort dependencies (#3927)
Signed-off-by: katelyn martin <kate@buoyant.io>
This commit is contained in:
parent
478e1e151f
commit
cab7adc456
|
|
@ -10,18 +10,18 @@ publish = { workspace = true }
|
|||
boring = "4"
|
||||
futures = { version = "0.3", default-features = false }
|
||||
hex = "0.4" # used for debug logging
|
||||
linkerd-error = { path = "../../error" }
|
||||
linkerd-dns-name = { path = "../../dns/name" }
|
||||
linkerd-identity = { path = "../../identity" }
|
||||
linkerd-io = { path = "../../io" }
|
||||
linkerd-stack = { path = "../../stack" }
|
||||
linkerd-tls = { path = "../../tls" }
|
||||
linkerd-meshtls-verifier = { path = "../verifier" }
|
||||
|
||||
tokio = { version = "1", features = ["macros", "sync"] }
|
||||
tokio-boring = "4"
|
||||
tracing = { workspace = true }
|
||||
|
||||
linkerd-dns-name = { path = "../../dns/name" }
|
||||
linkerd-error = { path = "../../error" }
|
||||
linkerd-identity = { path = "../../identity" }
|
||||
linkerd-io = { path = "../../io" }
|
||||
linkerd-meshtls-verifier = { path = "../verifier" }
|
||||
linkerd-stack = { path = "../../stack" }
|
||||
linkerd-tls = { path = "../../tls" }
|
||||
|
||||
[features]
|
||||
fips = ["boring/fips"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue