From 4359e29536f2ca0ef866fdc025f5cf5c7002e7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 19:21:43 +0000 Subject: [PATCH] Update cosmwasm-std requirement from 1.5.3 to 2.0.3 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.5/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.5.3...v1.5.5) --- 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 234acac..dd9b906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ panic = 'abort' incremental = false [workspace.dependencies] -cosmwasm-std = { version = "1.5.3" } +cosmwasm-std = { version = "2.0.3" } cosmwasm-schema = { version = "1.5.3" } cw-controllers = { version = "1.1.2" } cw-storage-plus = "1.2.0"