From f95addedcef042bb6894b937c361fab4ba25cba2 Mon Sep 17 00:00:00 2001 From: Tonjen Date: Sat, 9 Jul 2022 15:29:45 +0000 Subject: [PATCH] Automatic project update --- commit_hash.txt | 2 +- deps_map.json | 2 +- ton_api/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commit_hash.txt b/commit_hash.txt index b170e99..6a1ebc2 100644 --- a/commit_hash.txt +++ b/commit_hash.txt @@ -1 +1 @@ -7a6e1d5a8f28f324e3d6a3d2a725899b24f94eb4 +99156ea96968bd86bc2d28814940253597fa2c2b diff --git a/deps_map.json b/deps_map.json index dc38dc8..ed78268 100644 --- a/deps_map.json +++ b/deps_map.json @@ -1 +1 @@ -{"ton-block":"3b2cad429abf6f7a2aacc0c247daabe22a5ae0a6","ton-types":"d04d4938a776665c7c276bff6bd860b0a6a1f45e"} \ No newline at end of file +{"ton-block":"44683365a549ac28b1516b081621fa91c356d741","ton-types":"d04d4938a776665c7c276bff6bd860b0a6a1f45e"} \ No newline at end of file diff --git a/ton_api/Cargo.toml b/ton_api/Cargo.toml index 907f166..3bbd4c4 100644 --- a/ton_api/Cargo.toml +++ b/ton_api/Cargo.toml @@ -20,5 +20,5 @@ ordered-float = '2.8' secstr = '0.4' serde = '1.0' serde_derive = '1.0' -ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.53' } +ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.8.0' } ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.11.3' }