From 724d807e6d75f9925051ad61639badfa5e1932aa Mon Sep 17 00:00:00 2001 From: Ivan Kalinin Date: Thu, 29 Jun 2023 23:59:24 +0200 Subject: [PATCH] Update block json --- Cargo.lock | 2 +- core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84f7817..5be245e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "ton_block_json" version = "0.7.3" -source = "git+https://github.com/broxus/ton-labs-block-json.git#f275813aa3cde3fca53b9f75a85c83ceda2519fd" +source = "git+https://github.com/broxus/ton-labs-block-json.git#e1e435318f49784ecd3ea07d2472664d9b56d04c" dependencies = [ "anyhow", "base64", diff --git a/core/Cargo.toml b/core/Cargo.toml index 95e4e4c..eb50b37 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } ton_abi = { git = "https://github.com/broxus/ton-labs-abi.git" } ton_types = { git = "https://github.com/broxus/ton-labs-types.git" } ton_block = { git = "https://github.com/broxus/ton-labs-block.git", features = ["venom"] } -ton_block_json = { git = "https://github.com/broxus/ton-labs-block-json.git" } +ton_block_json = { git = "https://github.com/broxus/ton-labs-block-json.git", features = ["venom"] } abi-parser = { path = "../abi-parser" } shared = { path = "../shared" }