diff --git a/Cargo.toml b/Cargo.toml index 803d173..fe3f0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'common/build/build.rs' edition = '2021' name = 'ton_block' -version = '1.9.102' +version = '1.9.103' [dependencies] base64 = '0.13' @@ -15,7 +15,7 @@ log = '0.4' num = '0.4' num-traits = '0.2' sha2 = '0.10' -ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.27' } +ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.28' } [features] default = [ ]