1
1
[package ]
2
2
edition = ' 2018'
3
3
name = ' ton_node'
4
- version = ' 0.50.15 '
4
+ version = ' 0.50.21 '
5
5
6
6
7
7
[workspace ]
@@ -42,25 +42,25 @@ sha2 = '0.9'
42
42
spin = ' 0.7.1'
43
43
stream-cancel = ' 0.8.0'
44
44
string-builder = ' ^0.2.0'
45
- adnl = { features = [ ' client' , ' node' , ' server' ], git = ' https://github.com/tonlabs/ton-labs-adnl' , tag = ' 0.7.71 ' }
45
+ adnl = { features = [ ' client' , ' node' , ' server' ], git = ' https://github.com/tonlabs/ton-labs-adnl' , tag = ' 0.7.74 ' }
46
46
catchain = { path = ' catchain' }
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 ' }
47
+ dht = { git = ' https://github.com/tonlabs/ton-labs-dht' , tag = ' 0.5.68 ' }
48
+ ever-crypto = { git = ' https://github.com/tonlabs/ever-labs-crypto' , tag = ' 0.1.25 ' }
49
49
lockfree = { git = ' https://github.com/tonlabs/lockfree.git' }
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 ' }
50
+ overlay = { git = ' https://github.com/tonlabs/ton-labs-overlay' , tag = ' 0.6.58 ' }
51
+ rldp = { git = ' https://github.com/tonlabs/ton-labs-rldp' , tag = ' 0.7.68 ' }
52
52
rustracing = { optional = true , version = ' 0.4.0' }
53
53
rustracing_jaeger = { optional = true , version = ' 0.4.1' }
54
54
statsd = { optional = true , version = ' 0.14.0' }
55
55
storage = { path = ' storage' }
56
56
tokio = { features = [ ' rt-multi-thread' ], version = ' 1.5' }
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 ' }
57
+ ton_abi = { git = ' https://github.com/tonlabs/ton-labs-abi.git' , tag = ' 2.2.8 ' }
58
+ ton_api = { git = ' https://github.com/tonlabs/ton-labs-tl' , package = ' ton_api' , tag = ' 0.2.128 ' }
59
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.51 ' }
60
+ ton_block_json = { git = ' https://github.com/tonlabs/ton-labs-block-json.git' , tag = ' 0.7.19 ' }
61
+ ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.74 ' }
62
+ ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.11.2 ' }
63
+ ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.39 ' }
64
64
validator_session = { path = ' validator-session' }
65
65
66
66
[target .'cfg(unix)' .dependencies .rdkafka ]
@@ -72,8 +72,6 @@ features = [ 'cmake_build' ]
72
72
optional = true
73
73
version = ' 0.26.0'
74
74
75
- [dev-dependencies ]
76
-
77
75
[features ]
78
76
default = [ ' telemetry' ]
79
77
external_db = [ ' rdkafka' ]
0 commit comments