From ff35a7c4fd181e797f35ff4b28d0767b812626fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:28:28 +0000 Subject: [PATCH] Update cw-controllers requirement from 1.0.1 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/main/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cw-minus/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: cw-controllers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contracts/carrot-app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/carrot-app/Cargo.toml b/contracts/carrot-app/Cargo.toml index d4f557d..bd7ed5e 100644 --- a/contracts/carrot-app/Cargo.toml +++ b/contracts/carrot-app/Cargo.toml @@ -36,7 +36,7 @@ schema = ["abstract-app/schema"] cw-utils = { version = "1.0.3" } cosmwasm-std = { version = "1.2" } cosmwasm-schema = { version = "1.2" } -cw-controllers = { version = "1.0.1" } +cw-controllers = { version = "2.0.0" } cw-storage-plus = "1.2.0" thiserror = { version = "1.0.50" } schemars = "0.8"