@@ -12,24 +12,31 @@ name = "tap_aggregator"
1212path = " src/main.rs"
1313
1414[dependencies ]
15- anyhow = " 1.0.70"
16- tokio = { version = " 1.27.0" , features = [" macros" , " signal" ] }
17- tap_core = { version = " 1.0.0" , path = " ../tap_core" }
18- jsonrpsee = { version = " 0.18.0" , features = [" server" , " macros" ] }
19- clap = { version = " 4.2.4" , features = [" derive" , " env" ] }
20- serde = { version = " 1.0.163" , features = [" derive" ] }
21- serde_json = { version = " 1.0.96" , features = [" raw_value" ] }
22- strum = { version = " 0.24.1" , features = [" strum_macros" , " derive" ] }
23- tracing-subscriber = { version = " 0.3.17" }
15+ tap_core = { path = " ../tap_core" , version = " *" }
16+ serde.workspace = true
17+ alloy.workspace = true
18+ anyhow.workspace = true
19+ tokio.workspace = true
20+ jsonrpsee = { workspace = true , features = [" server" , " macros" ] }
21+ clap = { version = " 4.5.15" , features = [" derive" , " env" ] }
22+ serde_json = { version = " 1.0.124" , features = [" raw_value" ] }
23+ strum = { version = " 0.26.3" , features = [" derive" ] }
24+ tracing-subscriber = " 0.3.17"
2425log = " 0.4.19"
2526prometheus = " 0.13.3"
26- axum = " 0.6.18"
27+ axum = { version = " 0.7.5" , features = [
28+ " http1" ,
29+ " json" ,
30+ " matched-path" ,
31+ " original-uri" ,
32+ " query" ,
33+ " tokio" ,
34+ ], default-features = false }
2735futures-util = " 0.3.28"
2836lazy_static = " 1.4.0"
29- alloy = { version = " 0.2.0" , features = [" full" ] }
3037ruint = " 1.10.1"
3138
3239[dev-dependencies ]
33- jsonrpsee = { version = " 0.18.0 " , features = [" http-client" , " jsonrpsee-core" ] }
34- rand = " 0.8.5 "
35- rstest = " 0.17.0 "
40+ jsonrpsee = { workspace = true , features = [" http-client" , " jsonrpsee-core" ] }
41+ rand.workspace = true
42+ rstest.workspace = true
0 commit comments