File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexer-config"
3
- version = " 0. 1.0"
3
+ version = " 1.0.0-rc.1 "
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " service"
3
- version = " 1.0.0-alpha.0 "
3
+ version = " 1.0.0-rc.1 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexer-tap-agent"
3
- version = " 0. 1.0"
3
+ version = " 1.0.0-rc.1 "
4
4
edition = " 2021"
5
5
publish = false
6
6
@@ -21,20 +21,20 @@ log = "0.4.19"
21
21
prometheus = " 0.13.3"
22
22
axum = " 0.7.5"
23
23
futures-util = " 0.3.28"
24
- indexer-common = { version = " 0.1.0 " , path = " ../common" }
25
- indexer-config = { version = " 0.1.0 " , path = " ../config" }
24
+ indexer-common = { path = " ../common" }
25
+ indexer-config = { path = " ../config" }
26
26
jsonrpsee = { version = " 0.20.2" , features = [" http-client" , " macros" ] }
27
27
lazy_static = " 1.4.0"
28
28
reqwest = " 0.12"
29
29
serde = " 1.0.188"
30
30
serde_json = " 1.0.104"
31
31
serde_yaml = " 0.9.25"
32
32
sqlx = { version = " 0.7.2" , features = [
33
- " postgres" ,
34
- " runtime-tokio" ,
35
- " bigdecimal" ,
36
- " rust_decimal" ,
37
- " chrono" ,
33
+ " postgres" ,
34
+ " runtime-tokio" ,
35
+ " bigdecimal" ,
36
+ " rust_decimal" ,
37
+ " chrono" ,
38
38
] }
39
39
tap_aggregator = " 0.3.0"
40
40
tap_core = " 0.8.0"
@@ -43,11 +43,11 @@ tokio = { version = "1.33.0" }
43
43
thegraph = { git = " https://github.com/edgeandnode/toolshed" , tag = " thegraph-v0.5.0" }
44
44
tracing = " 0.1.37"
45
45
tracing-subscriber = { version = " 0.3" , features = [
46
- " env-filter" ,
47
- " ansi" ,
48
- " fmt" ,
49
- " std" ,
50
- " json" ,
46
+ " env-filter" ,
47
+ " ansi" ,
48
+ " fmt" ,
49
+ " std" ,
50
+ " json" ,
51
51
] }
52
52
ractor = " 0.9"
53
53
You can’t perform that action at this time.
0 commit comments