|
1 | 1 | [package]
|
2 | 2 | edition = '2018'
|
3 | 3 | name = 'ton_node'
|
4 |
| -version = '0.50.19' |
| 4 | +version = '0.50.15' |
| 5 | + |
5 | 6 |
|
6 | 7 | [workspace]
|
7 | 8 | members = [ 'storage' ]
|
@@ -41,25 +42,25 @@ sha2 = '0.9'
|
41 | 42 | spin = '0.7.1'
|
42 | 43 | stream-cancel = '0.8.0'
|
43 | 44 | string-builder = '^0.2.0'
|
44 |
| -adnl = { features = [ 'client', 'node', 'server' ], git = 'https://github.com/tonlabs/ton-labs-adnl', tag = '0.7.74' } |
| 45 | +adnl = { features = [ 'client', 'node', 'server' ], git = 'https://github.com/tonlabs/ton-labs-adnl', tag = '0.7.71' } |
45 | 46 | catchain = { path = 'catchain' }
|
46 |
| -dht = { git = 'https://github.com/tonlabs/ton-labs-dht', tag = '0.5.68' } |
47 |
| -ever-crypto = { git = 'https://github.com/tonlabs/ever-labs-crypto', tag = '0.1.24' } |
| 47 | +dht = { git = 'https://github.com/tonlabs/ton-labs-dht', tag = '0.5.65' } |
| 48 | +ever-crypto = { git = 'https://github.com/tonlabs/ever-labs-crypto', tag = '0.1.18' } |
48 | 49 | lockfree = { git = 'https://github.com/tonlabs/lockfree.git' }
|
49 |
| -overlay = { git = 'https://github.com/tonlabs/ton-labs-overlay', tag = '0.6.58' } |
50 |
| -rldp = { git = 'https://github.com/tonlabs/ton-labs-rldp', tag = '0.7.68' } |
| 50 | +overlay = { git = 'https://github.com/tonlabs/ton-labs-overlay', tag = '0.6.55' } |
| 51 | +rldp = { git = 'https://github.com/tonlabs/ton-labs-rldp', tag = '0.7.65' } |
51 | 52 | rustracing = { optional = true, version = '0.4.0' }
|
52 | 53 | rustracing_jaeger = { optional = true, version = '0.4.1' }
|
53 | 54 | statsd = { optional = true, version = '0.14.0' }
|
54 | 55 | storage = { path = 'storage' }
|
55 | 56 | tokio = { features = [ 'rt-multi-thread' ], version = '1.5' }
|
56 |
| -ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.2.8' } |
57 |
| -ton_api = { git = 'https://github.com/tonlabs/ton-labs-tl', package = 'ton_api', tag = '0.2.128' } |
58 |
| -ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.51' } |
59 |
| -ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.18' } |
60 |
| -ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.72' } |
61 |
| -ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.11.2' } |
62 |
| -ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.38' } |
| 57 | +ton_abi = { git = 'https://github.com/tonlabs/ton-labs-abi.git', tag = '2.2.2' } |
| 58 | +ton_api = { git = 'https://github.com/tonlabs/ton-labs-tl', package = 'ton_api', tag = '0.2.125' } |
| 59 | +ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.7.43' } |
| 60 | +ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.12' } |
| 61 | +ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.65' } |
| 62 | +ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.14' } |
| 63 | +ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.33' } |
63 | 64 | validator_session = { path = 'validator-session' }
|
64 | 65 |
|
65 | 66 | [target.'cfg(unix)'.dependencies.rdkafka]
|
|
0 commit comments