chore: fix aws_lc not in depend tree check in CI (#5121)

* chore: fix aws_lc check in CI

* chore: update lock file
This commit is contained in:
discord9
2024-12-11 15:02:03 +08:00
committed by Yingwen
parent e9f5bddeff
commit 928172bd82
4 changed files with 3 additions and 71 deletions

View File

@@ -139,11 +139,6 @@ tokio-test = "0.4"
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }
[target.'cfg(windows)'.dependencies]
aws-lc-sys = { version = "0.21.0", features = [
"prebuilt-nasm",
] } # use prebuilt nasm on windows per https://github.com/aws/aws-lc-rs/blob/main/aws-lc-sys/README.md#use-of-prebuilt-nasm-objects
[build-dependencies]
common-version.workspace = true