diff --git a/Cargo.lock b/Cargo.lock index d066f8d..56c133e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3764,6 +3764,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", + "webpki-roots", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 26f3395..e9203fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,6 @@ solana-vote-program = "=1.17.20" thiserror = "1.0.40" tokio = { version = "1", features = ["rt-multi-thread"] } tokio-stream = "0.1" -tonic = { version = "0.10.2", features = ["tls"] } +tonic = { version = "0.10.2", features = ["tls", "tls-webpki-roots"] } tonic-build = "0.10.2" uuid = { version = "1.3.1", features = ["v4", "fast-rng"] }