From 969dc022c7b0903f370762cd8ee69d2e6d794fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:34:12 +0000 Subject: [PATCH] chore(deps): update cosmwasm-std requirement from 1.5.4 to 2.0.2 Updates the requirements on [cosmwasm-std](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-std 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 fc9a7c5add..7d9e5e0428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ tendermint-testgen = { version = "0.35.0", default-features = fals ### 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-std = { version = "1.5.4" } +cosmwasm-std = { version = "2.0.2" } cosmwasm-vm = { version = "1.5.4" } cw-storage-plus = { version = "1.2.0" }