From 566c76792e826ba13092830e10bbdcd2c644ef55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:25:45 +0000 Subject: [PATCH] chore(deps): update cosmwasm-vm requirement from 1.5.4 to 2.0.2 Updates the requirements on [cosmwasm-vm](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-vm 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..d940af5cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ tendermint-testgen = { version = "0.35.0", default-features = fals ### (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-vm = { version = "1.5.4" } +cosmwasm-vm = { version = "2.0.2" } cw-storage-plus = { version = "1.2.0" } # parity dependencies