From 9708d265b3f6bd72eea81b4b25eb76807d842b7b Mon Sep 17 00:00:00 2001 From: tonjen Date: Tue, 25 Apr 2023 13:18:51 +0000 Subject: [PATCH] Preparing to merge with the master #nolog --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 961b316f..18e05763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "tvm_linker" -version = "0.20.1" +version = "0.20.2" dependencies = [ "assert_cmd", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 12b7cc8f..3bf85fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ path = 'src/main.rs' base64 = '0.13' clap = '2.33' crc = '3.0' -ed25519 = "2.2" +ed25519 = '2.2' ed25519-dalek = '1.0' failure = '0.1' hex = '0.4' @@ -41,7 +41,7 @@ ton_vm = { features = [ 'gosh' ], git = 'https://github.com/tonlabs/ever-vm.git' [dev-dependencies] assert_cmd = '2.0.5' -predicates = "3.0.3" +predicates = '3.0.3' rayon = '1.5.3' similar = '2.2.0'