chore(meshtls/boring): sort dependencies (#3927)

Signed-off-by: katelyn martin <kate@buoyant.io>
This commit is contained in:
katelyn martin 2025-05-22 16:20:58 -04:00 committed by GitHub
parent 478e1e151f
commit cab7adc456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

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