diff --git a/tests/integration_tests/Cargo.toml b/tests/integration_tests/Cargo.toml index 166f52df8..00873f2ca 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"]} tracing-subscriber = {version = "0.3"} [dev-dependencies]