From 664b7e32a7ca50e2e9d252179e11fc78876b10a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:23:46 +0000 Subject: [PATCH] build(deps): Bump cw-multi-test from 0.19.0 to 0.20.0 Bumps [cw-multi-test](https://github.com/CosmWasm/cw-multi-test) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/CosmWasm/cw-multi-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cw-multi-test/commits) --- updated-dependencies: - dependency-name: cw-multi-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- packages/bindings/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87805954..15d6243a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,9 +306,9 @@ dependencies = [ [[package]] name = "cw-multi-test" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561604d987be2ef3e34db1f01f0c98544106d84d8be2af92c0737bb199af452c" +checksum = "67fff029689ae89127cf6d7655809a68d712f3edbdb9686c70b018ba438b26ca" dependencies = [ "anyhow", "bech32", diff --git a/packages/bindings/Cargo.toml b/packages/bindings/Cargo.toml index 8284a888..8b733718 100644 --- a/packages/bindings/Cargo.toml +++ b/packages/bindings/Cargo.toml @@ -35,7 +35,7 @@ base64 = "0.21.5" desmos-std-derive = {version = "3.0.0", path = "../std-derive"} [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -cw-multi-test = { version = "0.19.0" } +cw-multi-test = { version = "0.20.0" } [features] default = ["profiles", "subspaces", "posts", "relationships", "reports", "reactions", "tokenfactory"]