diff --git a/Cargo.toml b/Cargo.toml index 0c560d3..fc2c5d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ version = '1.0.7' anyhow = '1.0.70' failure = '0.1.0' hex-literal = '0.3.4' -ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.101' } -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.26' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.102' } +ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.27' }