From e26f9485f90e5d9cefd8ecda5e7060943184af4f Mon Sep 17 00:00:00 2001 From: Alexey Vavilin Date: Wed, 6 Sep 2023 14:00:17 +0300 Subject: [PATCH] Update dependencies tags --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a96db66..373ba47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ version = '1.0.4' 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.97' } -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.24' } +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' }