From 1767ed326ca01ecf953d409a3db0a195ba3e0a85 Mon Sep 17 00:00:00 2001 From: Markus Waas Date: Tue, 13 Feb 2024 15:44:15 -0600 Subject: [PATCH] chore: update test-tube --- Cargo.lock | 3 ++- contracts/swap/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7517774..657810e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1403,7 +1403,8 @@ dependencies = [ [[package]] name = "injective-test-tube" version = "1.1.7" -source = "git+https://github.com/InjectiveLabs/test-tube?branch=dev#39056574d937a8a6a4f28a148034cb252f1a4bfc" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61cb772fd4c8c1da872b742633e73928cbf1cf0505a09ec8ad41934a4d7f10b4" dependencies = [ "base64 0.13.1", "bindgen", diff --git a/contracts/swap/Cargo.toml b/contracts/swap/Cargo.toml index b1a898c..5a0f402 100644 --- a/contracts/swap/Cargo.toml +++ b/contracts/swap/Cargo.toml @@ -48,5 +48,5 @@ thiserror = { version = "1.0.31" } cosmwasm-schema = "1.5.0" cw-multi-test = "0.16.2" injective-std = { version = "0.1.5" } -injective-test-tube = { git = "https://github.com/InjectiveLabs/test-tube", branch = "dev" } +injective-test-tube = "1.1.7" prost = "0.11.9"