We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec968e commit d604b37Copy full SHA for d604b37
quickwit/quickwit-common/Cargo.toml
@@ -40,7 +40,7 @@ thiserror = { workspace = true }
40
tokio = { workspace = true }
41
tokio-metrics = { workspace = true }
42
tokio-stream = { workspace = true }
43
-tonic = { workspace = true }
+tonic = { workspace = true, features = ["tls"] }
44
tower = { workspace = true }
45
tracing = { workspace = true }
46
0 commit comments