From ca07958bc7eb7cbbb189eb53a6eb65c5ffa684af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:55:39 +0000 Subject: [PATCH] Update cosmwasm-schema requirement from 1.5.3 to 2.1.3 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.3/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.5.3...v2.1.3) --- 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..7418779 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.3" } cw-controllers = { version = "1.1.2" } cw-storage-plus = "1.2.0" thiserror = { version = "1.0.50" }