diff --git a/Cargo.toml b/Cargo.toml index d2cdd24..1f8f62c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ license = 'Apache-2.0' name = 'ever-struct' repository = 'https://github.com/tonlabs/ever-struct' rust-version = '1.65' -version = '1.0.16' +version = '1.0.17' [dependencies] 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.120' } +ton_block = { git = 'https://github.com/tonlabs/ever-block.git', tag = '1.9.121' } ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.31' }