From 613082a6b99c9fc2972978cdc69e511aa023f34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:25:33 +0000 Subject: [PATCH] Update cosmwasm-schema requirement from 1.5.3 to 2.1.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/v2.1.2/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.5.3...v2.1.2) --- 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 5a419c7..5d4751d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ incremental = false [workspace.dependencies] cosmwasm-std = { version = "1.5.3" } -cosmwasm-schema = { version = "1.5.3" } +cosmwasm-schema = { version = "2.1.2" } cw-controllers = { version = "1.1.2" } cw-storage-plus = "1.2.0" thiserror = { version = "1.0.50" }