From 3a9126329a60978173e7e52796b344c6f1cc064c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:08:19 +0000 Subject: [PATCH] Update cosmwasm-schema requirement from 1.5.3 to 2.0.0 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/main/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.5.3...v2.0.0) --- 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 2183535..36bd499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ daemon = ["interface", "cw-orch/daemon"] [dependencies] cosmwasm-std = { version = "1.5.3" } -cosmwasm-schema = { version = "1.5.3" } +cosmwasm-schema = { version = "2.0.0" } cw-controllers = { version = "1.1.2" } cw-storage-plus = "1.1.0" thiserror = { version = "1.0.50" }