File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ lazy_static = "1.4.0"
15
15
axum = { version = " 0.7.5" , default-features = false }
16
16
tokio = " 1.39.2"
17
17
prometheus = " 0.13.3"
18
- anyhow = { version = " 1.0.72" , default-features = false }
18
+ anyhow = { version = " 1.0.72" }
19
19
thiserror = " 1.0.49"
20
20
async-trait = " 0.1.72"
21
21
eventuals = " 0.6.7"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ alloy.workspace = true
8
8
serde.workspace = true
9
9
thegraph-core.workspace = true
10
10
tracing.workspace = true
11
- bigdecimal = { workspace = true }
11
+ bigdecimal = { workspace = true , features = [ " serde " ] }
12
12
bip39 = " 2.0.0"
13
13
figment = { version = " 0.10.19" , features = [" env" , " toml" ] }
14
14
serde_with = { version = " 3.8.1" , default-features = false }
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ license = "Apache-2.0"
9
9
[dependencies ]
10
10
indexer-common = { path = " ../common" }
11
11
indexer-config = { path = " ../config" }
12
- anyhow. workspace = true
12
+ anyhow = { workspace = true }
13
13
reqwest = { workspace = true }
14
- tokio = { workspace = true }
14
+ tokio = { workspace = true , features = [ " rt-multi-thread " ] }
15
15
tracing.workspace = true
16
16
thiserror.workspace = true
17
17
serde = { workspace = true }
@@ -20,8 +20,8 @@ axum.workspace = true
20
20
sqlx.workspace = true
21
21
thegraph-core.workspace = true
22
22
thegraph-graphql-http.workspace = true
23
- tracing-subscriber. workspace = true
24
- clap. workspace = true
23
+ tracing-subscriber = { workspace = true , features = [ " fmt " ] }
24
+ clap = { workspace = true , features = [ " derive " ] }
25
25
build-info.workspace = true
26
26
lazy_static.workspace = true
27
27
async-graphql = { version = " 7.0.3" , default-features = false }
Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ tracing.workspace = true
24
24
prometheus.workspace = true
25
25
axum.workspace = true
26
26
tap_core.workspace = true
27
- tokio. workspace = true
27
+ tokio = { workspace = true , features = [ " rt-multi-thread " ] }
28
28
lazy_static.workspace = true
29
29
thegraph-core.workspace = true
30
30
clap.workspace = true
31
31
tracing-subscriber.workspace = true
32
32
bigdecimal = { workspace = true , features = [" serde" ] }
33
33
ruint = { version = " 1.12.3" , features = [
34
- " num-traits" ,
34
+ " num-traits" ,
35
35
], default-features = false }
36
36
futures-util = { version = " 0.3.28" , default-features = false }
37
37
jsonrpsee = { version = " 0.24.0" , features = [" http-client" , " tracing" ] }
38
38
tap_aggregator = { git = " https://github.com/semiotic-ai/timeline-aggregation-protocol" , rev = " eb8447e" }
39
39
ractor = { version = " 0.9" , features = [
40
- " async-trait" ,
40
+ " async-trait" ,
41
41
], default-features = false }
42
42
43
43
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments