From a04fb72ad5b0949afa90812cb649209d469f95e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:32:42 +0000 Subject: [PATCH] chore(deps): update cosmwasm-schema requirement from 1.5.4 to 2.0.2 Updates the requirements on [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) to permit the latest version. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.5.4/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.5.4...v1.5.4) --- updated-dependencies: - dependency-name: cosmwasm-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc9a7c5ad..01da5a88c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ tendermint-testgen = { version = "0.35.0", default-features = fals ### Note: Kept at the following version to match the CosmWasm module version ### used by chains supporting the wasm-enabled version of ibc-go v7.3 ### (This is the min version of `ibc-go` that supports `08-wasm` light clients) -cosmwasm-schema = { version = "1.5.4" } +cosmwasm-schema = { version = "2.0.2" } cosmwasm-std = { version = "1.5.4" } cosmwasm-vm = { version = "1.5.4" } cw-storage-plus = { version = "1.2.0" }