From 39e8cd3750d86212794d232c227f5cb31ceb7ec6 Mon Sep 17 00:00:00 2001 From: Corentin CAILLEAUD Date: Tue, 26 Nov 2024 16:02:43 +0100 Subject: [PATCH] [Fix] Couldn't connect to Torii on IOS/Android (#2726) * add tls webpki roots * format: fix white space --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 699393cc01..bbce587d92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -241,7 +241,7 @@ warp = "0.3" # gRPC prost = "0.12" -tonic = { version = "0.11", features = [ "gzip", "tls", "tls-roots" ] } +tonic = { version = "0.11", features = [ "gzip", "tls", "tls-roots", "tls-webpki-roots" ] } tonic-build = "0.11" tonic-reflection = "0.11" tonic-web = "0.11"