1
1
[workspace .package ]
2
- version = " 0.2.2 "
2
+ version = " 0.2.3 "
3
3
edition = " 2021"
4
4
authors = [" Broxus Team" ]
5
5
rust-version = " 1.83.0"
@@ -67,10 +67,7 @@ pkcs8 = "0.10"
67
67
prost = " 0.13"
68
68
prost-build = " 0.13"
69
69
quick_cache = " 0.6.0"
70
- quinn = { version = " 0.11" , default-features = false , features = [
71
- " runtime-tokio" ,
72
- " rustls" ,
73
- ] }
70
+ quinn = { version = " 0.11" , default-features = false , features = [" runtime-tokio" , " rustls" ] }
74
71
rand = " 0.8"
75
72
rand_pcg = { version = " 0.3" }
76
73
rayon = " 1.10"
@@ -106,9 +103,7 @@ tikv-jemalloc-ctl = { version = "0.6.0", features = ["stats"] }
106
103
tl-proto = " 0.5.1"
107
104
tokio = { version = " 1" , default-features = false }
108
105
tokio-stream = " 0.1.15"
109
- tokio-util = { version = " 0.7.10" , default-features = false , features = [
110
- " codec" ,
111
- ] }
106
+ tokio-util = { version = " 0.7.10" , default-features = false , features = [" codec" ] }
112
107
tower = " 0.5"
113
108
tower-http = " 0.6"
114
109
tracing = " 0.1"
@@ -127,15 +122,15 @@ ton_executor = { git = "https://github.com/broxus/ton-labs-executor.git", rev =
127
122
tycho-vm = { git = " https://github.com/broxus/tycho-vm.git" }
128
123
129
124
# local deps
130
- tycho-block-util = { path = " ./block-util" , version = " 0.2.2 " }
131
- tycho-collator = { path = " ./collator" , version = " 0.2.2 " }
132
- tycho-consensus = { path = " ./consensus" , version = " 0.2.2 " }
133
- tycho-control = { path = " ./control" , version = " 0.2.2 " }
134
- tycho-core = { path = " ./core" , version = " 0.2.2 " }
135
- tycho-network = { path = " ./network" , version = " 0.2.2 " }
136
- tycho-rpc = { path = " ./rpc" , version = " 0.2.2 " }
137
- tycho-storage = { path = " ./storage" , version = " 0.2.2 " }
138
- tycho-util = { path = " ./util" , version = " 0.2.2 " }
125
+ tycho-block-util = { path = " ./block-util" , version = " 0.2.3 " }
126
+ tycho-collator = { path = " ./collator" , version = " 0.2.3 " }
127
+ tycho-consensus = { path = " ./consensus" , version = " 0.2.3 " }
128
+ tycho-control = { path = " ./control" , version = " 0.2.3 " }
129
+ tycho-core = { path = " ./core" , version = " 0.2.3 " }
130
+ tycho-network = { path = " ./network" , version = " 0.2.3 " }
131
+ tycho-rpc = { path = " ./rpc" , version = " 0.2.3 " }
132
+ tycho-storage = { path = " ./storage" , version = " 0.2.3 " }
133
+ tycho-util = { path = " ./util" , version = " 0.2.3 " }
139
134
140
135
[patch .crates-io ]
141
136
everscale-types = { git = " https://github.com/broxus/everscale-types.git" , rev = " adada6e6539abd798dbbc5a7fc1d17cc31fa7eff" }
0 commit comments