@@ -214,8 +214,8 @@ slog-term = { workspace = true, optional = true }
214214socket2 = { workspace = true , optional = true }
215215tracing-slog = { workspace = true , optional = true }
216216thread_local = { workspace = true , optional = true }
217- tokio = { workspace = true , optional = true , features = [" sync" , " rt" ] }
218- tonic = { workspace = true , optional = true , features = [" channel" , " prost " ] }
217+ tokio = { workspace = true , optional = true , features = [" sync" , " rt" , " macros " ] }
218+ tonic = { workspace = true , optional = true , features = [" channel" ] }
219219tikv-jemallocator = { workspace = true , optional = true , features = [
220220 " profiling" ,
221221 " stats" ,
@@ -233,6 +233,7 @@ log = { workspace = true, optional = true }
233233parking_lot_core = { workspace = true , optional = true }
234234regex = { workspace = true , optional = true }
235235thiserror = { workspace = true , optional = true }
236+ tower = { workspace = true , optional = true }
236237
237238[target .'cfg(target_os = "linux")' .dependencies ]
238239tikv-jemalloc-ctl = { workspace = true , optional = true , features = [
@@ -244,15 +245,6 @@ tempfile = { workspace = true, optional = true }
244245neli = { workspace = true , optional = true }
245246neli-proc-macros = { workspace = true , optional = true }
246247
247- [dev-dependencies ]
248- reqwest = { workspace = true }
249- serde = { workspace = true , features = [" rc" ] }
250- tempfile = { workspace = true }
251- tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
252- ipnetwork = { workspace = true }
253- nix = { workspace = true , features = [" fs" ] }
254- tracing-subscriber = { workspace = true }
255-
256248[build-dependencies ]
257249bindgen = { workspace = true , features = [" runtime" ], optional = true }
258250cc = { workspace = true , optional = true }
0 commit comments