[router] add right rustls dependency in sgl-router cargo.toml (#9498)

Co-authored-by: bruce.xu <bruce.xu@gmicloud.ai>
This commit is contained in:
Bruce-x-1997
2025-08-25 00:03:15 +08:00
committed by GitHub
parent e0ab167db0
commit 9e169ea8b5
2 changed files with 4 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ anyhow = "1.0"
tokenizers = { version = "0.21.4", optional = true }
tiktoken-rs = { version = "0.7.0", optional = true }
minijinja = { version = "2.0", optional = true }
rustls = { version = "0.23", default-features = false, features = ["ring", "std"] }
# gRPC and Protobuf dependencies
tonic = { version = "0.12", features = ["tls", "gzip", "transport"] }