From cf9af9cef1b2771b55d242038a9831ccc6a19b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 13:38:36 +0000 Subject: [PATCH] Update cw-controllers requirement from 1.1.2 to 2.0.0 Updates the requirements on [cw-controllers](https://github.com/CosmWasm/cw-minus) to permit the latest version. - [Changelog](https://github.com/CosmWasm/cw-minus/blob/v1.1.2/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cw-minus/compare/v1.1.2...v1.1.2) --- updated-dependencies: - dependency-name: cw-controllers 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 23101f1..ef867da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ incremental = false [workspace.dependencies] cosmwasm-std = { version = "1.5.3" } cosmwasm-schema = { version = "1.5.3" } -cw-controllers = { version = "1.1.2" } +cw-controllers = { version = "2.0.0" } cw-storage-plus = "1.2.0" thiserror = { version = "1.0.50" } schemars = "0.8"