@@ -21,7 +21,6 @@ async-broadcast = { workspace = true }
2121async-channel = { workspace = true }
2222async-recursion = { workspace = true }
2323async-trait = { workspace = true }
24- async_lru = { path = " ../async_lru" }
2524axum = { workspace = true }
2625base64 = { workspace = true }
2726bytes = { workspace = true }
@@ -42,8 +41,6 @@ futures = { workspace = true }
4241headers = { workspace = true }
4342http = { workspace = true }
4443humansize = { workspace = true }
45- imbl = { workspace = true }
46- indexing = { path = " ../indexing" }
4744itertools = { workspace = true }
4845keybroker = { path = " ../keybroker" }
4946maplit = { workspace = true , optional = true }
@@ -76,10 +73,8 @@ sourcemap = { workspace = true }
7673spki = { workspace = true }
7774storage = { path = " ../storage" , optional = true }
7875sync_types = { package = " convex_sync_types" , path = " ../convex/sync_types" }
79- tempfile = { workspace = true , optional = true }
8076thiserror = { workspace = true }
8177tokio = { workspace = true }
82- tonic = { workspace = true }
8378tracing = { workspace = true }
8479url = { workspace = true }
8580usage_tracking = { path = " ../usage_tracking" }
@@ -99,9 +94,7 @@ async-channel = { workspace = true }
9994common = { path = " ../common" , features = [" testing" ] }
10095database = { path = " ../database" , features = [" testing" ] }
10196errors = { path = " ../errors" , features = [" testing" ] }
102- hex = { workspace = true }
10397hyper = { workspace = true }
104- indexing = { path = " ../indexing" , features = [" testing" ] }
10598keybroker = { path = " ../keybroker" , features = [" testing" ] }
10699maplit = { workspace = true }
107100metrics = { path = " ../metrics" , features = [" testing" ] }
@@ -115,7 +108,6 @@ runtime = { path = "../runtime", features = ["testing"] }
115108search = { path = " ../search" , features = [" testing" ] }
116109shape_inference = { path = " ../shape_inference" , features = [" testing" ] }
117110storage = { path = " ../storage" , features = [" testing" ] }
118- tempfile = { workspace = true }
119111usage_tracking = { path = " ../usage_tracking" , features = [" testing" ] }
120112value = { path = " ../value" , features = [" testing" ] }
121113vector = { path = " ../vector" , features = [" testing" ] }
@@ -125,7 +117,6 @@ testing = [
125117 " common/testing" ,
126118 " database/testing" ,
127119 " errors/testing" ,
128- " indexing/testing" ,
129120 " keybroker/testing" ,
130121 " maplit" ,
131122 " metrics/testing" ,
@@ -138,7 +129,6 @@ testing = [
138129 " search/testing" ,
139130 " storage" ,
140131 " storage/testing" ,
141- " tempfile" ,
142132 " usage_tracking/testing" ,
143133 " value/testing" ,
144134 " vector/testing" ,
0 commit comments