From 954262fa0fafc81a706240b23753668e615c710d Mon Sep 17 00:00:00 2001 From: dimazhornyk Date: Wed, 30 Oct 2024 16:17:36 +0100 Subject: [PATCH] fix(da-clients): enable tls-roots feature for tonic --- Cargo.lock | 1 + core/node/da_clients/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9f94faea781..eb2a72eb8c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9106,6 +9106,7 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.6", + "rustls-native-certs 0.7.3", "rustls-pemfile 2.2.0", "rustls-pki-types", "tokio", diff --git a/core/node/da_clients/Cargo.toml b/core/node/da_clients/Cargo.toml index bde71ce3ec5..b62376b6e47 100644 --- a/core/node/da_clients/Cargo.toml +++ b/core/node/da_clients/Cargo.toml @@ -50,7 +50,7 @@ sha2.workspace = true prost.workspace = true bech32.workspace = true ripemd.workspace = true -tonic = { workspace = true, features = ["tls", "default"] } +tonic = { workspace = true, features = ["tls", "tls-roots", "prost", "codegen"] } pbjson-types.workspace = true # Eigen dependencies