From 98135d8335aed587d6efc2016dbf884a6993d3ca Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" <108099378+figure-renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:12:26 +0000 Subject: [PATCH] chore(deps): update rust crate provwasm-mocks from `2.0.0-rc1` to `2.8.0` --- smart-contract-sale/Cargo.toml | 2 +- smart-contract/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smart-contract-sale/Cargo.toml b/smart-contract-sale/Cargo.toml index 9301a7e..aa3750f 100644 --- a/smart-contract-sale/Cargo.toml +++ b/smart-contract-sale/Cargo.toml @@ -41,4 +41,4 @@ uuid = { version= "=1.3.3" } [dev-dependencies] cosmwasm-schema = { version = "=1.2.6" } prost = { version = "=0.11.9", default-features = false } -provwasm-mocks = { version = "=2.0.0-rc1" } +provwasm-mocks = { version = "=2.8.0" } diff --git a/smart-contract/Cargo.toml b/smart-contract/Cargo.toml index 07ccdd2..4eafca2 100644 --- a/smart-contract/Cargo.toml +++ b/smart-contract/Cargo.toml @@ -40,4 +40,4 @@ thiserror = { version = "=1.0.40" } [dev-dependencies] cosmwasm-schema = { version = "=1.2.6" } prost = { version = "=0.11.9", default-features = false } -provwasm-mocks = { version = "=2.0.0-rc1" } +provwasm-mocks = { version = "=2.8.0" }