From bcc576aec15f7e48ea89c6eed5192078e78e1f10 Mon Sep 17 00:00:00 2001 From: Masih Yeganeh Date: Thu, 13 Jun 2024 16:23:55 +0330 Subject: [PATCH] Update dependencies (#211) --- contract/Cargo.lock | 6 ++---- contract/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/contract/Cargo.lock b/contract/Cargo.lock index 6656290d..601e488a 100644 --- a/contract/Cargo.lock +++ b/contract/Cargo.lock @@ -297,8 +297,7 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "coreum-test-tube" version = "3.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd605c41b1d0d05b54039747b87723345c20779be7c125f8746d83f19a4accb7" +source = "git+https://github.com/CoreumFoundation/test-tube.git#4e39936cbd0517d6823401c87352cf34367041ef" dependencies = [ "base64 0.20.0", "bindgen", @@ -2334,8 +2333,7 @@ dependencies = [ [[package]] name = "test-tube-coreum" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cc49eb439d2569d9cbd870492438af085312e0e57be1105b64b4da43b7c36ac" +source = "git+https://github.com/CoreumFoundation/test-tube.git#4e39936cbd0517d6823401c87352cf34367041ef" dependencies = [ "base64 0.20.0", "cosmrs", diff --git a/contract/Cargo.toml b/contract/Cargo.toml index 8e513223..b559b1be 100644 --- a/contract/Cargo.toml +++ b/contract/Cargo.toml @@ -38,7 +38,7 @@ sha2 = "0.10.8" thiserror = "1.0.56" [dev-dependencies] -coreum-test-tube = "3.0.1" +coreum-test-tube = {git = 'https://github.com/CoreumFoundation/test-tube.git'} ripple-keypairs = "0.1.0" rand = "0.8.5"