@@ -141,7 +141,6 @@ members = [
141141 " crates/iota-source-validation-service" ,
142142 " crates/iota-stardust-types" ,
143143 " crates/iota-storage" ,
144- " crates/iota-surfer" ,
145144 " crates/iota-swarm" ,
146145 " crates/iota-swarm-config" ,
147146 " crates/iota-synthetic-ingestion" ,
@@ -258,7 +257,6 @@ chrono = { version = "0.4.41", features = ["clock", "serde"] }
258257clap = { version = " 4.4" , features = [" derive" , " wrap_help" ] }
259258codespan-reporting = " 0.11.1"
260259colored = " 2.0.0"
261- comfy-table = " 6.1.3"
262260const-str = " 0.5.3"
263261coset = " 0.3"
264262criterion = { version = " 0.5.0" , features = [" async" , " async_tokio" , " html_reports" ] }
@@ -283,7 +281,6 @@ fs_extra = "1.3.0"
283281futures = " 0.3.28"
284282getset = " 0.1"
285283git-version = " 0.3.5"
286- hdrhistogram = " 7.5.1"
287284hex = " 0.4.3"
288285http = " 1"
289286http-body = " 1.0"
@@ -353,7 +350,6 @@ static_assertions = "1.1.0"
353350strum = { version = " 0.27.1" , features = [" derive" ] }
354351strum_macros = " 0.27.1"
355352syn = { version = " 1.0.104" , features = [" full" , " derive" , " extra-traits" ] }
356- sysinfo = " ^0.33"
357353tabled = { version = " 0.12" }
358354tap = " 1.0.1"
359355tempfile = " 3.20.0"
@@ -454,7 +450,6 @@ iota-source-validation = { path = "crates/iota-source-validation" }
454450iota-source-validation-service = { path = " crates/iota-source-validation-service" }
455451iota-stardust-types = { path = " crates/iota-stardust-types" }
456452iota-storage = { path = " crates/iota-storage" }
457- iota-surfer = { path = " crates/iota-surfer" }
458453iota-swarm = { path = " crates/iota-swarm" }
459454iota-swarm-config = { path = " crates/iota-swarm-config" }
460455iota-synthetic-ingestion = { path = " crates/iota-synthetic-ingestion" }
0 commit comments