@@ -214,8 +214,8 @@ slog-term = { workspace = true, optional = true }
214
214
socket2 = { workspace = true , optional = true }
215
215
tracing-slog = { workspace = true , optional = true }
216
216
thread_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" ] }
219
219
tikv-jemallocator = { workspace = true , optional = true , features = [
220
220
" profiling" ,
221
221
" stats" ,
@@ -233,6 +233,7 @@ log = { workspace = true, optional = true }
233
233
parking_lot_core = { workspace = true , optional = true }
234
234
regex = { workspace = true , optional = true }
235
235
thiserror = { workspace = true , optional = true }
236
+ tower = { workspace = true , optional = true }
236
237
237
238
[target .'cfg(target_os = "linux")' .dependencies ]
238
239
tikv-jemalloc-ctl = { workspace = true , optional = true , features = [
@@ -244,15 +245,6 @@ tempfile = { workspace = true, optional = true }
244
245
neli = { workspace = true , optional = true }
245
246
neli-proc-macros = { workspace = true , optional = true }
246
247
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
-
256
248
[build-dependencies ]
257
249
bindgen = { workspace = true , features = [" runtime" ], optional = true }
258
250
cc = { workspace = true , optional = true }
0 commit comments