|
2 | 2 | build = 'common/build/build.rs' |
3 | 3 | edition = '2021' |
4 | 4 | name = 'ever-node' |
5 | | -version = '0.58.3' |
| 5 | +version = '0.58.4' |
6 | 6 |
|
7 | 7 | [workspace] |
8 | 8 | members = [ 'storage' ] |
@@ -86,16 +86,16 @@ stream-cancel = '0.8.0' |
86 | 86 | string-builder = '^0.2.0' |
87 | 87 | tokio = { features = [ 'rt-multi-thread' ], version = '1.5' } |
88 | 88 | tokio-util = '0.7' |
89 | | -adnl = { features = [ 'client', 'node', 'server' ], git = 'https://github.com/everx-labs/ever-adnl.git', tag = '0.10.22' } |
| 89 | +adnl = { features = [ 'client', 'node', 'server' ], git = 'https://github.com/everx-labs/ever-adnl.git', tag = '0.10.24' } |
90 | 90 | catchain = { path = 'catchain' } |
91 | | -ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.5.1' } |
92 | | -ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.10.0' } |
93 | | -ever_block_json = { git = 'https://github.com/everx-labs/ever-block-json.git', tag = '0.8.3' } |
94 | | -ever_executor = { git = 'https://github.com/everx-labs/ever-executor.git', tag = '1.17.3' } |
95 | | -ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.2' } |
| 91 | +ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.5.3' } |
| 92 | +ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.10.2' } |
| 93 | +ever_block_json = { git = 'https://github.com/everx-labs/ever-block-json.git', tag = '0.8.6' } |
| 94 | +ever_executor = { git = 'https://github.com/everx-labs/ever-executor.git', tag = '1.17.6' } |
| 95 | +ever_vm = { git = 'https://github.com/everx-labs/ever-vm.git', tag = '2.1.5' } |
96 | 96 | lockfree = { git = 'https://github.com/everx-labs/lockfree.git' } |
97 | 97 | storage = { path = 'storage' } |
98 | | -ton_api = { git = 'https://github.com/everx-labs/ever-tl.git', package = 'ton_api', tag = '0.3.77' } |
| 98 | +ton_api = { git = 'https://github.com/everx-labs/ever-tl.git', package = 'ton_api', tag = '0.3.79' } |
99 | 99 | validator_session = { path = 'validator-session' } |
100 | 100 |
|
101 | 101 | [dev-dependencies] |
@@ -132,4 +132,3 @@ version = '0.26.0' |
132 | 132 | features = [ 'cmake_build' ] |
133 | 133 | optional = true |
134 | 134 | version = '0.26.0' |
135 | | - |
0 commit comments