Skip to content

Commit d604b37

Browse files
authored
Add tonic tls feature to quickwit-common (#5725)
1 parent aec968e commit d604b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickwit/quickwit-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ thiserror = { workspace = true }
4040
tokio = { workspace = true }
4141
tokio-metrics = { workspace = true }
4242
tokio-stream = { workspace = true }
43-
tonic = { workspace = true }
43+
tonic = { workspace = true, features = ["tls"] }
4444
tower = { workspace = true }
4545
tracing = { workspace = true }
4646

0 commit comments

Comments
 (0)