diff --git a/tests/integration_tests/Cargo.toml b/tests/integration_tests/Cargo.toml index 166f52df8..cd9068a20 100644 --- a/tests/integration_tests/Cargo.toml +++ b/tests/integration_tests/Cargo.toml @@ -10,7 +10,7 @@ name = "integration-tests" bytes = "1.0" prost = "0.13" tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net", "sync"]} -tonic = {path = "../../tonic"} +tonic = {path = "../../tonic", features = ["tls-ring", "tls-webpki-roots"]} tracing-subscriber = {version = "0.3"} [dev-dependencies]