Implemented AutoTLS via RustTLS
This commit is contained in:
@@ -9,8 +9,14 @@ anyhow = "1.0.102"
|
||||
prost = "0.13.5"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
tokio-stream = "0.1.18"
|
||||
tonic = "0.12.3"
|
||||
tonic = { version = "0.12.3", features = ["tls", "tls-native-roots"] }
|
||||
thiserror = "2.0.18"
|
||||
moka = { version = "0.12.10", features = ["sync", "future"] }
|
||||
async-trait = "0.1.89"
|
||||
tracing = "0.1.44"
|
||||
rustls = { version = "0.23.37", features = ["ring"] }
|
||||
tokio-rustls = "0.26.4"
|
||||
webpki-roots = "1.0.6"
|
||||
hyper-util = { version = "0.1.20", features = ["tokio"] }
|
||||
hyper = { version = "1.8.1", features = ["client"] }
|
||||
tower = { version = "0.5.3", features = ["util"] }
|
||||
|
||||
Reference in New Issue
Block a user