From 1cb469cfda3837b965229ee2772a60b620be749d Mon Sep 17 00:00:00 2001 From: Alexey Vavilin Date: Fri, 8 Sep 2023 15:25:46 +0300 Subject: [PATCH] Update dependencies tags --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 373ba47..0c560d3 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.4' +version = '1.0.7' [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.99' } -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.25' } +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' }