diff --git a/Cargo.lock b/Cargo.lock index 2a152cab..3027ed5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,7 +854,7 @@ dependencies = [ [[package]] name = "injective-cosmwasm" -version = "0.2.14" +version = "0.2.15" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -936,7 +936,7 @@ dependencies = [ "base64 0.13.1", "cosmwasm-std", "cw-multi-test", - "injective-cosmwasm 0.2.14", + "injective-cosmwasm 0.2.15", "injective-math 0.1.23", "rand 0.4.6", "secp256k1", diff --git a/packages/injective-testing/Cargo.toml b/packages/injective-testing/Cargo.toml index 62f658fb..2709f6d0 100644 --- a/packages/injective-testing/Cargo.toml +++ b/packages/injective-testing/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.66" base64 = "0.13.1" cosmwasm-std = { version = "1.4.1", features = [ "abort", "iterator" ] } cw-multi-test = "0.16.2" -injective-cosmwasm = { version = "0.2.0", path = "../injective-cosmwasm" } +injective-cosmwasm = { version = "0.2.15", path = "../injective-cosmwasm" } injective-math = { version = "0.1.17", path = "../injective-math" } rand = "0.4.6" secp256k1 = "0.6.2"