11[workspace ]
22members = [
3- " crates/allocation" ,
4- " crates/attestation" ,
5- " crates/config" ,
6- " crates/dips" ,
7- " crates/monitor" ,
8- " crates/query" ,
9- " crates/service" ,
10- " crates/tap-agent" ,
11- " crates/test-assets" ,
12- " crates/watcher" ,
3+ " crates/allocation" ,
4+ " crates/attestation" ,
5+ " crates/config" ,
6+ " crates/dips" ,
7+ " crates/monitor" ,
8+ " crates/query" ,
9+ " crates/service" ,
10+ " crates/tap-agent" ,
11+ " crates/test-assets" ,
12+ " crates/watcher" ,
1313]
1414resolver = " 2"
1515
@@ -18,21 +18,21 @@ opt-level = 3
1818
1919[workspace .dependencies ]
2020alloy = { version = " =0.5.4" , features = [
21- " kzg" ,
22- " signer-mnemonic" ,
23- " dyn-abi" ,
24- " sol-types" ,
25- " signer-local" ,
26- " eip712" ,
27- " rlp" ,
28- " signers" ,
21+ " kzg" ,
22+ " signer-mnemonic" ,
23+ " dyn-abi" ,
24+ " sol-types" ,
25+ " signer-local" ,
26+ " eip712" ,
27+ " rlp" ,
28+ " signers" ,
2929], default-features = false }
3030clap = " 4.4.3"
3131lazy_static = " 1.4.0"
3232axum = { version = " 0.7.9" , default-features = false , features = [
33- " tokio" ,
34- " http1" ,
35- " http2" ,
33+ " tokio" ,
34+ " http1" ,
35+ " http2" ,
3636] }
3737tokio = " 1.40"
3838prometheus = " 0.13.3"
@@ -42,21 +42,21 @@ async-trait = "0.1.72"
4242eventuals = " 0.6.7"
4343base64 = " 0.22.1"
4444reqwest = { version = " 0.12" , features = [
45- " charset" ,
46- " h2" ,
45+ " charset" ,
46+ " h2" ,
4747], default-features = false }
4848serde = { version = " 1.0.206" , default-features = false }
4949serde_json = " 1.0.124"
5050sqlx = { version = " 0.8.2" , features = [
51- " bigdecimal" ,
52- " chrono" ,
53- " json" ,
54- " macros" ,
55- " migrate" ,
56- " postgres" ,
57- " runtime-tokio" ,
58- " rust_decimal" ,
59- " uuid" ,
51+ " bigdecimal" ,
52+ " chrono" ,
53+ " json" ,
54+ " macros" ,
55+ " migrate" ,
56+ " postgres" ,
57+ " runtime-tokio" ,
58+ " rust_decimal" ,
59+ " uuid" ,
6060], default-features = false }
6161uuid = { version = " 1.11.0" , features = [" v7" ] }
6262tracing = { version = " 0.1.40" , default-features = false }
@@ -65,14 +65,12 @@ build-info = "0.0.39"
6565tap_core = { git = " https://github.com/semiotic-ai/timeline-aggregation-protocol" , rev = " 61b47b3" , default-features = false }
6666tap_aggregator = { git = " https://github.com/semiotic-ai/timeline-aggregation-protocol" , rev = " 61b47b3" , default-features = false }
6767tracing-subscriber = { version = " 0.3" , features = [
68- " json" ,
69- " env-filter" ,
70- " ansi" ,
68+ " json" ,
69+ " env-filter" ,
70+ " ansi" ,
7171], default-features = false }
72- thegraph-core = { git = " https://github.com/edgeandnode/toolshed" , rev = " 1663534fc1738e2db1b11cb54b5bb478ee970d40" , features = [
73- " subgraph-client" ,
74- ] }
75- thegraph-graphql-http = " 0.2.0"
72+ thegraph-core = { git = " https://github.com/edgeandnode/toolshed" , rev = " 1663534fc1738e2db1b11cb54b5bb478ee970d40" }
73+ thegraph-graphql-http = { version = " 0.3.2" , features = [" reqwest" ] }
7674graphql_client = { version = " 0.14.0" , features = [" reqwest-rustls" ] }
7775bip39 = " 2.0.0"
7876rstest = " 0.23.0"
0 commit comments