From 1cf20810c5191c426f9226a13f4a0d0e09c8f74b Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Fri, 22 Jul 2022 23:50:52 +0200 Subject: enable ssl for grpc client --- planetwars-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planetwars-client/Cargo.toml') diff --git a/planetwars-client/Cargo.toml b/planetwars-client/Cargo.toml index 69a72a6..4ff96f2 100644 --- a/planetwars-client/Cargo.toml +++ b/planetwars-client/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" tokio = { version = "1.15", features = ["full"] } tokio-stream = "0.1.9" prost = "0.10" -tonic = "0.7.2" +tonic = { version = "0.7.2", features = ["tls", "tls-roots"] } serde = { version = "1.0", features = ["derive"] } toml = "0.5" planetwars-matchrunner = { path = "../planetwars-matchrunner" } -- cgit v1.2.3