From ab3e5e58d2a7349b046f26bcb7131c0e4cd9bd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 21:19:47 +0000 Subject: [PATCH] Update cosmwasm-schema requirement from 1.5.3 to 2.1.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.1.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 9d83cfc..ec7cb02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ usb-plugin = { path = "contracts/usb" } usb-adapter = { path = "contracts/usb-adapter" } cosmwasm-std = { version = "1.5.3", features = ["cosmwasm_1_2"] } -cosmwasm-schema = { version = "1.5.3" } +cosmwasm-schema = { version = "2.1.0" } abstract-std = { version = "0.22.2" } abstract-app = { version = "0.22.2" } abstract-adapter = { version = "0.22.2" }