@@ -16,9 +16,9 @@ license = "Apache-2.0"
1616repository = " https://github.com/semiotic-ai/timeline-aggregation-protocol"
1717
1818[workspace .dependencies ]
19- anyhow = { version = " 1.0.95 " }
19+ anyhow = { version = " 1.0.98 " }
2020anymap3 = " 1.0.1"
21- async-trait = " 0.1.85 "
21+ async-trait = " 0.1.88 "
2222axum = { version = " 0.7.5" , features = [
2323 " http1" ,
2424 " json" ,
@@ -27,28 +27,28 @@ axum = { version = "0.7.5", features = [
2727 " query" ,
2828 " tokio" ,
2929], default-features = false }
30- clap = { version = " 4.5.15 " , features = [" derive" , " env" ] }
30+ clap = { version = " 4.5.36 " , features = [" derive" , " env" ] }
3131criterion = { version = " 0.5.1" , features = [" async_std" ] }
32- futures-util = " 0.3.28"
33- hyper = { version = " 1" , features = [" full" ] }
34- jsonrpsee = { version = " 0.24.7" , features = [" macros" , " server" ] }
35- jsonrpsee-core = " 0.24.7"
36- lazy_static = " 1.4.0"
37- log = " 0.4.19"
38- prometheus = " 0.13.3"
39- prost = " 0.13.3"
32+ futures-util = " 0.3.31"
33+ hyper = { version = " 1.6.0" , features = [" full" ] }
34+ insta = { version = " 1.42.2" , features = [" json" ] }
35+ jsonrpsee = { version = " 0.24.9" , features = [" macros" , " server" ] }
36+ jsonrpsee-core = " 0.24.9"
37+ lazy_static = " 1.5.0"
38+ log = " 0.4.27"
39+ prometheus = " 0.14.0"
40+ prost = " 0.13.5"
4041rayon = " 1.10.0"
4142rdkafka = { version = " 0.37.0" , features = [" tokio" , " sasl" ] }
42- serde = { version = " 1.0.217" , features = [" derive" ] }
43- strum = { version = " 0.26.3" , features = [" derive" ] }
44- rstest = " 0.24.0"
43+ serde = { version = " 1.0.219" , features = [" derive" ] }
44+ serde_json = { version = " 1.0.140" , features = [" raw_value" ] }
45+ strum = { version = " 0.27.1" , features = [" derive" ] }
46+ rstest = " 0.25.0"
4547tap_graph = { version = " 0.2.1" , path = " ../tap_graph" , features = [" v2" ] }
46- tokio = { version = " 1.43.0" , features = [" macros" , " signal" ] }
48+ thegraph-core = " 0.12.0"
49+ thiserror = " 2.0.12"
50+ tokio = { version = " 1.44.2" , features = [" macros" , " signal" ] }
4751tonic = { version = " 0.12.3" , features = [" transport" , " zstd" ] }
4852tower = { version = " 0.5.2" , features = [" util" , " steer" ] }
49- tracing-subscriber = " 0.3.17"
50- rand = " 0.8.5"
51- insta = { version = " 1.42.0" , features = [" json" ] }
52- serde_json = { version = " 1.0.137" , features = [" raw_value" ] }
53- thegraph-core = " 0.12.0"
54- thiserror = " 2.0.11"
53+ tracing-subscriber = " 0.3.19"
54+ rand = " 0.9.1"
0 commit comments